Other
flickr.com
Flickr API Schema sandbox and mock API
A subset of Flickr's API defined in Swagger format. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 25
- Collections
- -
- Event types
- -
example request
curl https://your-flickr.slurry.io/services/oauth/access_token \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.
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 25.
- GET/oauth/access_token
- GET/oauth/request_token
- GET/rest?method=flickr.favorites.getContext
- GET/rest?method=flickr.favorites.getList
- GET/rest?method=flickr.galleries.getPhotos
- GET/rest?method=flickr.groups.discuss.replies.getInfo
- GET/rest?method=flickr.groups.discuss.topics.getInfo
- GET/rest?method=flickr.groups.discuss.topics.getList
- GET/rest?method=flickr.groups.getInfo
- GET/rest?method=flickr.groups.pools.getContext
- GET/rest?method=flickr.groups.pools.getPhotos
- GET/rest?method=flickr.people.getInfo