mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Updated downloads.keyman.com version API (markdown)
parent
e601048c81
commit
3e3cb8d7a2
1 changed files with 5 additions and 5 deletions
|
|
@ -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", ...],
|
||||
}, ...
|
||||
}
|
||||
````
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue