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
- How do i connect to realtime? I dont get...
I am trying to connect to realtime database updates but don't seem to receive any updates. Documentation is pretty bad and i am stuck. Can anyone help? Here is ...
- createSession() fails on Linux but works...
Hey Guys i need some help with this one. Am building for web and desktop using different code bases. For web am using Nuxt, and for desktop(windows and linux) a...
- Can Sites deployments be limited to the ...
Hey all! I’m using Appwrite Cloud Sites with GitHub connected. Right now, Appwrite seems to build for every push and PR, not just for my production branch (main...