I am wanting to be able to access docs when i dont have internet is there a way to download them?
I guess there are tools to do that, or web scrappers.
https://github.com/appwrite/appwrite/blob/master/app/config/specs/swagger2-latest-client.json
https://github.com/appwrite/appwrite/blob/master/app/config/specs/swagger2-latest-console.json
https://github.com/appwrite/appwrite/blob/master/app/config/specs/swagger2-latest-server.json
But also if you prettify this and can read these files, I guess it's as good as docs, as docs are generated out of this?.
Someone correct me if I'm wrong π
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...