Waterlinked
Connector for the waterlinked API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://demo.waterlinked.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
about_apiversion— GET /api/ — ApiVersion aboutabout_get— GET /api/v1/about — Get aboutabout_led— GET /api/v1/about/led — LED aboutabout_status— GET /api/v1/about/status — Status aboutabout_temperature— GET /api/v1/about/temperature — Temperature aboutconfig_getantennaconfig— GET /api/v1/config/antenna — GetAntennaConfig config
Inputs
apiKey— your waterlinked 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: about_apiversion
apiKey: <your key>