dweet.io

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

13 endpoints iot
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

# See https://github.com/marcorussi/cc3200_dweet
curl examples
Reserve and lock a thing.
curl \
  /lock/{thing}
Unlock a thing.
curl \
  /unlock/{thing}
Remove a lock from thing.
curl \
  /remove/lock/{lock}
Endpoints (13 total)
GET
/lock/{thing}
Reserve and lock a thing.
GET
/unlock/{thing}
Unlock a thing.
GET
/remove/lock/{lock}
Remove a lock from thing.
GET
/get/alert/for/{thing}
Get the alert attached to a thing.
GET
/get/dweets/for/{thing}
Read the last 5 cached dweets for a thing.
GET
/remove/alert/for/{thing}
Remove an alert for a thing.
GET
/get/latest/dweet/for/{thing}
Read the latest dweet for a thing.
GET
/get/stored/alerts/for/{thing}
Read all the saved alerts for a thing from long term storage. You can query …
GET
/get/stored/dweets/for/{thing}
Read all the saved dweets for a thing from long term storage. You can query …
GET
/listen/for/dweets/from/{thing}
Listen for dweets from a thing.
GET
/alert/{who}/when/{thing}/{condition}
Create an alert for a thing. A thing must be locked before an alert can be set.
POST
/dweet/for/{thing}
Create a dweet for a thing.
Language coverage
Arduino
1
At a glance
Total SDKs1
Languages1
Endpoints13
Categories1