~foosoft/anki-connect

81c069342cb47079a43f780e6a4b2a6bf57492c9 — David Bailey 7 years ago d9f9465
Update README with non-gui browse documentation
1 files changed, 23 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +23 -0
@@ 300,6 300,29 @@ Below is a list of currently supported actions. Requests with invalid actions or
    ]
    ```

*   **browse**

    Functionally identical to **guiBrowse**, but accesses the database without using the GUI for increased performance.

    *Sample request*:
    ```
    {
        "action": "browse",
        "params": {
            "query": "deck:current"
        }
    }
    ```

    *Sample response*:
    ```
    [
        1494723142483,
        1494703460437,
        1494703479525
    ]
    ```

*   **guiAddCards**

    Invokes the AddCards dialog.

Do not follow this link