From eb7d1b4b308cfaeed7c598b2cba8670fb8ad39f0 Mon Sep 17 00:00:00 2001 From: Kaligule Date: Fri, 14 Oct 2016 09:09:28 +0200 Subject: Mention example instance Namely http://v2.wallabag.org/api/doc, so api methods can be looked up without installing wallabag first. --- docs/en/developer/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * wallabag freshly (or not) installed on http://localhost:8000 * ``httpie`` installed on your computer (`see project website `__). 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 `_ Creating a new API client ------------------------- -- cgit v1.2.3