Hi all,
There's a way to develope AppWrite Functions with Typescript? I don't know if i can do this with node-appwrite package.
You can use the node-sdk inside Typescript it has full support for it
Great. How can i test my function before deploy it
What I do, is I extract all my function logic into a function Then I can call the function when testing and the main endpoint will call it when deployed
Good idea. Thank you very much for the help 🙂
Sure thing 👍
[SOLVED] Typescript Functions
Recommended threads
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...