From 81c069342cb47079a43f780e6a4b2a6bf57492c9 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Fri, 21 Jul 2017 12:45:31 +0100 Subject: [PATCH] Update README with non-gui browse documentation --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 76b13f0..0c7c643 100644 --- a/README.md +++ b/README.md @@ -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.