Grammalecte  Check-in [2d88924e57]

Overview
Comment:[doc] Web API update
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | doc
Files: files | file ages | folders
SHA3-256: 2d88924e57ed844eb56411d863946ce31a281e87e7d2eeecdd366037dcae91bb
User & Date: olr on 2020-03-19 08:31:40
Other Links: manifest | tags
Context
2020-03-19
08:42
[fx][doc] Web API update check-in: 99c62fdd3b user: olr tags: trunk, doc, fx
08:31
[doc] Web API update check-in: 2d88924e57 user: olr tags: trunk, doc
08:25
[doc] Web API update check-in: 0bdd05e68d user: olr tags: trunk, doc
Changes

Modified doc/API_web.md from [4cb0aa8b8f] to [6481a45de5].

36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
    <· Worker running the grammar checker on a different process


### Detecting if the Grammalecte API is here

Every call to the Grammalecte API will be done via an object called `oGrammalecteAPI`.

    if (typeof(oGrammalecteAPI) === "object") {
        ...
    }


### Version of the Grammalecte API

    oGrammalecteAPI.sVersion







|







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
    <· Worker running the grammar checker on a different process


### Detecting if the Grammalecte API is here

Every call to the Grammalecte API will be done via an object called `oGrammalecteAPI`.

    if (typeof(oGrammalecteAPI) === "object"  &&  oGrammalecteAPI !== null) {
        ...
    }


### Version of the Grammalecte API

    oGrammalecteAPI.sVersion