API
A debug API is available to access more infos about releases. This API can be protected by HTTP basic auth (username/password) using configuration API_USERNAME and API_PASSWORD.
List versions:
GET http://download.myapp.com/api/versionsGet details about specific version:
GET http://download.myapp.com/api/version/1.1.0Resolve a version:
GET http://download.myapp.com/api/resolve?platform=osx&channel=alphaList channels:
GET http://download.myapp.com/api/channelsLast updated