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
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...