I'm doing functions in appwrite using python, however I can't find a python sdk or server sdk for python on the docs, is there any way I can do operations with my appwrite inside a python function?
As such I just need to get a document that comes in the req.payload and update a value, but I still can't find any python docs, any help?
You should find the sdk in this page https://appwrite.io/docs/getting-started-for-server 👍🏻
thanks @Torsten Dittmann
Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...