Relayer logoRelayer
Device endpoints

Electron update feed

electron-builder generic-provider feed. `file` is `latest.yml`, `latest-mac.yml` or `latest-linux.yml`. Point `publish.provider: generic` at `/e/{appRef}/{channel}`.

GET
/e/{appRef}/{channel}/{file}

electron-builder generic-provider feed. file is latest.yml, latest-mac.yml or latest-linux.yml. Point publish.provider: generic at /e/{appRef}/{channel}.

Path Parameters

appRef*string
channel*string
file*string

Value in

  • "latest.yml"
  • "latest-mac.yml"
  • "latest-linux.yml"

Response Body

text/yaml

application/json

curl -X GET "https://example.com/e/string/string/latest.yml"
"string"
{  "error": "Unknown app"}