
i am the maintainer of the rust appwite package https://crates.io/crates/unofficial_appwrite . all the endpoints work for each services for server side but i can't get the query to work. i use the rest api documentation mostly and other sdks like dart, python and javascript to get most part working. but i can't get the queries to work. since their is no docs on how to use queries with a rest api, all i need is assistance on how to achieve this with rest api so i can do that with rust. for example in your list document api doc you gave the below
GET /v1/databases/{databaseId}/collections/{collectionId}/documents HTTP/1.1 Host: cloud.appwrite.io Content-Type: application/json X-Appwrite-Response-Format: 1.5.0 X-Appwrite-Project: 5df5acd0d48c2 X-Appwrite-Session: X-Appwrite-Key: 919c2d18fb5d4...a2ae413da83346ad2 X-Appwrite-JWT: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...
how do you add query to the above or give me an algorithm to follow or a better understanding in a language like dart because i can't follow the sdk. its confusing.
Recommended threads
- CRUD Operations don't work
Hey all, Create, update, and delete is not working for the Appwrite database. The database seems down. When will it be solved? As I can see from the other suppo...
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
