Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/keyboard api still returns old .keyboard_info format for /legacy keyboards #255

Open
mcdurdin opened this issue Jun 5, 2024 · 0 comments
Assignees
Milestone

Comments

@mcdurdin
Copy link
Member

mcdurdin commented Jun 5, 2024

For example, https://api.keyman.com/keyboard/dvorak shows /languages/en/example instead of /languages/en/examples, and accordingly uses the old keys format:

{
    "id": "dvorak",
    "name": "dvorak",
    "jsFilename": "dvorak.js",
    "platformSupport": {
        "desktopWeb": "full",
        "ios": "basic",
        "android": "basic"
    },
    "version": "1.0",
    "license": "mit",
    "languages": {
        "en": {
            "displayName": "English",
            "languageName": "English",
            "example": {
                "keys": "Kjd xfgiv nos,l ysb",
                "text": "The quick brown fox",
                "note": "\"The quick brown fox\""
            }
        }
    },
    "lastModifiedDate": "2023-08-11T07:10:37Z",
    "sourcePath": "legacy/d/dvorak",
    "encodings": [
        "unicode"
    ],
    "jsFileSize": 5149,
    "minKeymanVersion": "5.0",
    "helpLink": "https://help.keyman.com/keyboard/dvorak",
    "related": {
        "basic_kbddv": {
            "deprecatedBy": true
        }
    }
}
@mcdurdin mcdurdin added this to the A18S7 milestone Jul 5, 2024
@darcywong00 darcywong00 modified the milestones: A18S7, A18S8 Aug 2, 2024
@mcdurdin mcdurdin self-assigned this Aug 12, 2024
@darcywong00 darcywong00 modified the milestones: A18S8, A18S9 Aug 17, 2024
@darcywong00 darcywong00 modified the milestones: A18S9, A18S10 Aug 31, 2024
@mcdurdin mcdurdin modified the milestones: A18S10, A18S20 Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants