Updated downloads.keyman.com version API (markdown)

Marc Durdin 2024-07-27 11:47:16 +10:00
parent e601048c81
commit 3e3cb8d7a2

@ -101,7 +101,7 @@ GET https://downloads.keyman.com/api/version/all
## Description
Returns a JSON blob with a list of all versions of Keyman released since 10.0, grouped by major version. All three tiers will be included, even if there are no releases for a given tier.
Returns a JSON blob with a list of all versions of Keyman released since 14.0, grouped by major version. All three tiers will be included, even if there are no releases for a given tier.
## Parameters
* no parameters
@ -115,10 +115,10 @@ This iterates on the `web` platform, and thus it is theoretically possible that
````json
{
"10.0": {
"stable": ["10.0.66", "10.0.67", ...],
"beta": ["10.0.50", "10.0.51", ...],
"alpha": ["10.0.1", "10.0.2", ...],
"14.0": {
"stable": ["14.0.66", "14.0.67", ...],
"beta": ["14.0.50", "14.0.51", ...],
"alpha": ["14.0.1", "14.0.2", ...],
}, ...
}
````