-
-
Notifications
You must be signed in to change notification settings - Fork 112
s.keyman.com kmwversion API
Marc Durdin edited this page Sep 30, 2021
·
1 revision
GET https://s.keyman.com/api/kmwversion.php
Returns a list of all KeymanWeb versions available on s.keyman.com, ordered highest version first.
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.
None.
- JSON blob
{
"versions": [
"12.0.1",
"11.0.3",
"11.0.2",
...
]
}
- API Version 1.0, 2021-09-30, Documentation written