]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Mention example instance
authorKaligule <Code@schauderbasis.de>
Fri, 14 Oct 2016 07:09:28 +0000 (09:09 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2016 07:09:28 +0000 (09:09 +0200)
Namely http://v2.wallabag.org/api/doc, so api methods can be looked up without installing wallabag first.

docs/en/developer/api.rst

index 83f0bb8f3baa575326ef86fbe6eb92b67d38d4ac..4828cddd1c386e05830422d3bef4a53376d3b739 100644 (file)
@@ -8,7 +8,7 @@ Requirements
 
 * wallabag freshly (or not) installed on http://localhost:8000
 * ``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.
-* all the API methods are documented here http://localhost:8000/api/doc
+* 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>`_ 
 
 Creating a new API client
 -------------------------