Relayer logoRelayer
Device endpoints

Release-notes feed

Published releases, newest first, with version, markdown notes, date and artifacts. No auth, CORS-open, cached 60s. Built for "What's new" screens and public changelogs.

GET
/feed/{appRef}/{channel}

Published releases, newest first, with version, markdown notes, date and artifacts. No auth, CORS-open, cached 60s. Built for "What's new" screens and public changelogs.

Path Parameters

appRef*string
channel*string

Response Body

application/json

application/json

curl -X GET "https://example.com/feed/string/string"
{  "app": "string",  "channel": "string",  "releases": [    {      "id": "string",      "app": "string",      "channel": "string",      "version": "string",      "notes": "string",      "status": "published",      "rolloutPct": 0,      "createdAt": "2019-08-24T14:15:22Z",      "artifacts": [        {          "platform": "darwin",          "arch": "aarch64",          "url": "http://example.com",          "sha512": "string",          "size": 0,          "signature": "string"        }      ]    }  ]}
{  "error": "Unknown app"}