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
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...