Hello guys, I'm working on an application in which I'm using a language that is not officially available in the documentation, so I was using the Rest api via endpoints... today I went to the documentation and everything had changed... where do I find the endpoints like : https://cloud.appwrite.io/v1/databases/xxxxxxxxxx/collections/xxxxxxx/documents
Summary
User is asking where to find REST API endpoints in the updated documentation for an application they are working on. They mention that the documentation does not show REST endpoints, only SDKs. Another user suggests checking the link https://appwrite.io/docs/references/1.4.x/client-rest/users for user-related endpoints. The original user clarifies that they were trying to create accounts using the endpoint `https://cloud.appwrite.io/v1/users/md5` and asks if session creation is no longer supported via REST. Another user shares a link to the documentation for databases (`https://appwrite.io/docs/references/cloud/client-rest/databases`)