Guidelines for working with Appwrite with ESP8266 on Arduino without SDK
- 0
- Self Hosted
- Databases
- Realtime
- REST API
I wanna create this support ticket to keep track of a work regarding Arduino specific examples which could lead for creating an SDK for IoT devices like ESP8266 and ESP32. I would really appreciate it if you point me if I am working in the right direction or missing something or doing something which should be done differently.
I think first of all I should be working by creating a simple anonymous user login and REST API based db handling.
Have you read through the SDK generator repo and, in particular, the contributing guide? https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...