aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/api.rst
diff options
context:
space:
mode:
authorKaligule <Code@schauderbasis.de>2016-10-14 09:09:28 +0200
committerGitHub <noreply@github.com>2016-10-14 09:09:28 +0200
commiteb7d1b4b308cfaeed7c598b2cba8670fb8ad39f0 (patch)
tree1d69ac50ef7e08254394f18beeedbd677fcf2e97 /docs/en/developer/api.rst
parentbf8e088033e1d16eb9da939880c8e7908b59cff1 (diff)
downloadwallabag-eb7d1b4b308cfaeed7c598b2cba8670fb8ad39f0.tar.gz
wallabag-eb7d1b4b308cfaeed7c598b2cba8670fb8ad39f0.tar.zst
wallabag-eb7d1b4b308cfaeed7c598b2cba8670fb8ad39f0.zip
Mention example instance
Namely http://v2.wallabag.org/api/doc, so api methods can be looked up without installing wallabag first.
Diffstat (limited to 'docs/en/developer/api.rst')
-rw-r--r--docs/en/developer/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developer/api.rst b/docs/en/developer/api.rst
index 83f0bb8f..4828cddd 100644
--- a/docs/en/developer/api.rst
+++ b/docs/en/developer/api.rst
@@ -8,7 +8,7 @@ Requirements
8 8
9* wallabag freshly (or not) installed on http://localhost:8000 9* wallabag freshly (or not) installed on http://localhost:8000
10* ``httpie`` installed on your computer (`see project website <https://github.com/jkbrzt/httpie>`__). Note that you can also adapt the commands using curl or wget. 10* ``httpie`` installed on your computer (`see project website <https://github.com/jkbrzt/httpie>`__). Note that you can also adapt the commands using curl or wget.
11* all the API methods are documented here http://localhost:8000/api/doc 11* all the API methods are documented here http://localhost:8000/api/doc (on your instance) and `on our example instance <http://v2.wallabag.org/api/doc>`_
12 12
13Creating a new API client 13Creating a new API client
14------------------------- 14-------------------------