Cloud infrastructure/devops
appwrite.io:server
Appwrite sandbox and mock API
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs) Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 95
- Collections
- -
- Event types
- -
example request
curl https://your-appwrite-server.slurry.io/v1/account \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 0.9.3.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 95.
- GET/account
- DELETE/account
- PATCH/account/email
- GET/account/logs
- PATCH/account/name
- PATCH/account/password
- GET/account/prefs
- PATCH/account/prefs
- POST/account/recovery
- PUT/account/recovery
- GET/account/sessions
- DELETE/account/sessions