This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Open
Description
This api will return available versions based on the platform requesting the details.
API
- Return list. This should include last 5 versions for specific platform and include last 5 nightly builds for next release after latest stable release. This would probably include: version, publish date, latest version flag
- Return detailed install info for a selected version. This can include: version, latest version flag, publish date, download url, package hash algorithm, package hash.
Using an api to manage version information will allow this information to be tailored for the platform, information cached for speed, and management of multiple sources of installs (stable & nightly).
This will keep the svm complexity down around obtaining scriptcs version details.