We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need help adding TypeScript templates to this project to allow easy generation of a TypeScript SDK for the Appwrite server.
A full guide on how to add new language support to the Appwrite SDK generator is located here: https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md
A good starting point might be to use the NodeJS templates as a base for the TypeScript one. For type-hinting, the PHP7 SDK can be used as an example.
The text was updated successfully, but these errors were encountered:
This is currently on freeze, anyone following this issue, can use the JS SDK with our types declaration file or the Deno SDK which is written for TS.
Sorry, something went wrong.
eldadfux
No branches or pull requests
We need help adding TypeScript templates to this project to allow easy generation of a TypeScript SDK for the Appwrite server.
A full guide on how to add new language support to the Appwrite SDK generator is located here:
https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md
A good starting point might be to use the NodeJS templates as a base for the TypeScript one. For type-hinting, the PHP7 SDK can be used as an example.
The text was updated successfully, but these errors were encountered: