
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
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- Is it possible to getRow with all relati...
With the new Opt-In relationship loading, is it possible to query getRow to get all attributes and relationships and possibly even cascading relationships? I tr...
- Cache appwriter
When using Appwrite in React to display data from a database (e.g., some products) on the main page, is it possible to serve cache on the backend side at the Ap...
