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
- Anyone manage to get a slack-bot working...
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling ...
- [Sites] Deployment finished but site is ...
The deployment finished and is active but the site shows timeout error.
- Does Appwrite allow SSE ?
i'm trying to setup a slack bot on my site. Your deployed SSE endpoint is returning a non‑SSE response …and the browser immediately closes the connection. read...