diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-23 13:21:08 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-23 13:21:08 +0200 |
commit | 8c2affe680a5739c70cb0c95803685dad9d79350 (patch) | |
tree | aef024f811a601539dba6f0f48195cbbea4e18fe /docs/en/developer | |
parent | c9bdd9a83fa04747a739b2ebab06105dfb780063 (diff) | |
download | wallabag-8c2affe680a5739c70cb0c95803685dad9d79350.tar.gz wallabag-8c2affe680a5739c70cb0c95803685dad9d79350.tar.zst wallabag-8c2affe680a5739c70cb0c95803685dad9d79350.zip |
Create 3rd Resources chapter in API documentation
Diffstat (limited to 'docs/en/developer')
-rw-r--r-- | docs/en/developer/api.rst | 9 |
1 files changed, 9 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 | |||
257 | We won't write samples for each API method. | 257 | We won't write samples for each API method. |
258 | 258 | ||
259 | Have a look on the listing here: http://localhost:8000/api/doc to know each method. | 259 | Have a look on the listing here: http://localhost:8000/api/doc to know each method. |
260 | |||
261 | Third resources | ||
262 | --------------- | ||
263 | |||
264 | Some 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/>`__. | ||