Communication/messaging
discord.com
Test against the Discord API API
A hosted, stateful simulation shaped like the Discord API API. Writes persist, data moves on a schedule and every change can fire a signed webhook. Unofficial: not affiliated with discord.com.
- Operations
- 246
example request
curl https://api.slurry.io/s/your-discord/api/v10/gateway \
-H "Authorization: Bearer slurry_sim_live_..."Your simulation gets its own hostname, key and IP allow-list. Spec snapshot: version 10.
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 246.
- GET/applications/@me
- PATCH/applications/@me
- GET/applications/{application_id}
- PATCH/applications/{application_id}
- GET/applications/{application_id}/activity-instances/{instance_id}
- POST/applications/{application_id}/attachment
- GET/applications/{application_id}/commands
- POST/applications/{application_id}/commands
- PUT/applications/{application_id}/commands
- GET/applications/{application_id}/commands/{command_id}
- PATCH/applications/{application_id}/commands/{command_id}
- DELETE/applications/{application_id}/commands/{command_id}