Ably Platform
Connector for the ably-platform API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://rest.ably.io - Auth:
basic(pass your key via theapiKeyinput)
Operations
getmetadataofallchannels— GET /channels — Enumerate all active channels of the applicationgetmetadataofchannel— GET /channels/{channel_id} — Get metadata of a channelgetmessagesbychannel— GET /channels/{channel_id}/messages — Get message history for a channelgetpresenceofchannel— GET /channels/{channel_id}/presence — Get presence of a channelgetpresencehistoryofchannel— GET /channels/{channel_id}/presence/history — Get presence history of a channelgetpushsubscriptionsonchannels— GET /push/channelSubscriptions — List channel subscriptions
Inputs
apiKey— your ably-platform 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: getmetadataofallchannels
apiKey: <your key>