Adafruit
Connector for the adafruit API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://io.adafruit.com/api/v2 - Auth:
header:X-AIO-Key(pass your key via theapiKeyinput)
Operations
currentuser— GET /user — Get information about the current userallactivities— GET /{username}/activities — All activities for current usergetactivity— GET /{username}/activities/{type} — Get activities by type for current useralldashboards— GET /{username}/dashboards — All dashboards for current userallblocks— GET /{username}/dashboards/{dashboard_id}/blocks — All blocks for current usergetblock— GET /{username}/dashboards/{dashboard_id}/blocks/{id} — Returns Block based on ID
Inputs
apiKey— your adafruit API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: currentuser
apiKey: <your key>