downloads.keyman.com model API - keymanapp/keyman GitHub Wiki
GET https://downloads.keyman.com/api/model[/version]/id
Finds the available downloads for a given model id.
This internal-use-only API is intended for use by api.keyman.com and (*.)keyman.com and by maintenance tasks. It may change without notice. Do not use this API within Keyman or other apps or on 3rd party web sites.
-
[id]
The model we want to find downloads for. -
[version]
The content format version to return. If omitted, returns version 1.0 format.
- JSON blob or HTTP/400 on invalid parameters
- Supported versions are
1.0
. Other versions will return HTTP/400
{
"js": "https://download.keyman.com/models/<id>/<modelver>/<id>.js",
"kmp": "https://download.keyman.com/models/<id>/<modelver>/<id>.kmp"
}
- Add .download_info files for each file and reference those for v2.0 of the api
- Report on multiple versions of the models
- API Version 1.0, 27 April 2020, based on keyboard API