aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-04-23 13:53:05 +0200
committerThomas Citharel <tcit@tcit.fr>2016-04-23 13:53:05 +0200
commit3cfbe3c7e8f857571470f28ac7bbea430ca17a57 (patch)
treeaef024f811a601539dba6f0f48195cbbea4e18fe /docs
parentc9bdd9a83fa04747a739b2ebab06105dfb780063 (diff)
parent8c2affe680a5739c70cb0c95803685dad9d79350 (diff)
downloadwallabag-3cfbe3c7e8f857571470f28ac7bbea430ca17a57.tar.gz
wallabag-3cfbe3c7e8f857571470f28ac7bbea430ca17a57.tar.zst
wallabag-3cfbe3c7e8f857571470f28ac7bbea430ca17a57.zip
Merge pull request #1969 from wallabag/doc-3rd-resources-api
Create 3rd Resources chapter in API documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/en/developer/api.rst9
-rw-r--r--docs/fr/developer/api.rst9
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/en/developer/api.rst b/docs/en/developer/api.rst
index 61182dcd..0e1a3f0c 100644
--- a/docs/en/developer/api.rst
+++ b/docs/en/developer/api.rst
@@ -257,3 +257,12 @@ Other methods
257We won't write samples for each API method. 257We won't write samples for each API method.
258 258
259Have a look on the listing here: http://localhost:8000/api/doc to know each method. 259Have a look on the listing here: http://localhost:8000/api/doc to know each method.
260
261Third resources
262---------------
263
264Some applications use our API. Here is a non-exhaustive list of them:
265
266- `Python API for wallabag
267<https://github.com/foxmask/wallabag_api>`__ by FoxMaSk, for his project `Trigger Happy
268<https://blog.trigger-happy.eu/>`__.
diff --git a/docs/fr/developer/api.rst b/docs/fr/developer/api.rst
index 28ddf105..29815dc7 100644
--- a/docs/fr/developer/api.rst
+++ b/docs/fr/developer/api.rst
@@ -257,3 +257,12 @@ Autres méthodes
257Nous n'écrirons pas d'exemples pour toutes les méthodes de l'API. 257Nous n'écrirons pas d'exemples pour toutes les méthodes de l'API.
258 258
259Jetez un œil à la liste complète ici http://localhost:8000/api/doc pour connaitre chaque méthode. 259Jetez un œil à la liste complète ici http://localhost:8000/api/doc pour connaitre chaque méthode.
260
261Ressources tierces
262------------------
263
264Certaines applications utilisent notre API. En voici une liste non exhaustive :
265
266- `Python API for wallabag
267<https://github.com/foxmask/wallabag_api>`__ par FoxMaSk, pour son projet `Trigger Happy
268<https://blog.trigger-happy.eu/>`__.