Update README with non-gui browse documentation

This commit is contained in:
David Bailey 2017-07-21 12:45:31 +01:00
parent d9f94652b2
commit 81c069342c

View File

@ -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.