Energy & utilities
dweet.io
dweet.io sandbox and mock API
Dweet.io allows users to share data from mobile, tablets, and pcs, and them to other devices and accounts across social media platforms. Dweet.io provides an API to access the different functionality of the Dweet.io service. Users can make REST calls to read and create dweets, lock and unlock things, and perform other calls. The API returns JSON and JSONP. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 13
- Collections
- -
- Event types
- -
example request
curl https://your-dweet.slurry.io/alert/123/when/123/123 \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.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 13.
- GET/alert/{who}/when/{thing}/{condition}
- POST/dweet/for/{thing}
- POST/dweet/quietly/for/{thing}
- GET/get/alert/for/{thing}
- GET/get/dweets/for/{thing}
- GET/get/latest/dweet/for/{thing}
- GET/get/stored/alerts/for/{thing}
- GET/get/stored/dweets/for/{thing}
- GET/listen/for/dweets/from/{thing}
- GET/lock/{thing}
- GET/remove/alert/for/{thing}
- GET/remove/lock/{lock}