Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 867 Bytes

api.md

File metadata and controls

27 lines (21 loc) · 867 Bytes

API

A metadata API is available to access more information about releases.

There is also a more extensive RESTful API generated by Sails for managing releases. This private API is used by the Admin UI & is authenticated through LDAP by default, but you can customize this for your own use without too much difficulty!

Note that since the addition of flavors, version id is formatted as name_flavor.

List versions:

GET http://download.myapp.com/versions/sorted

Get details about specific version:

GET http://download.myapp.com/api/version/1.1.0_default

Set availability date of specific version (Unix timestamp in milliseconds):

PUT http://download.myapp.com/version/availability/1.1.0_default/1574755200000

List channels:

GET http://download.myapp.com/channels/sorted