mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-20 12:36:18 +00:00
Create 3rd Resources chapter in API documentation
This commit is contained in:
parent
c9bdd9a83f
commit
8c2affe680
2 changed files with 18 additions and 0 deletions
|
@ -257,3 +257,12 @@ Other methods
|
||||||
We won't write samples for each API method.
|
We won't write samples for each API method.
|
||||||
|
|
||||||
Have a look on the listing here: http://localhost:8000/api/doc to know each method.
|
Have a look on the listing here: http://localhost:8000/api/doc to know each method.
|
||||||
|
|
||||||
|
Third resources
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Some applications use our API. Here is a non-exhaustive list of them:
|
||||||
|
|
||||||
|
- `Python API for wallabag
|
||||||
|
<https://github.com/foxmask/wallabag_api>`__ by FoxMaSk, for his project `Trigger Happy
|
||||||
|
<https://blog.trigger-happy.eu/>`__.
|
||||||
|
|
|
@ -257,3 +257,12 @@ Autres méthodes
|
||||||
Nous n'écrirons pas d'exemples pour toutes les méthodes de l'API.
|
Nous n'écrirons pas d'exemples pour toutes les méthodes de l'API.
|
||||||
|
|
||||||
Jetez un œil à la liste complète ici http://localhost:8000/api/doc pour connaitre chaque méthode.
|
Jetez un œil à la liste complète ici http://localhost:8000/api/doc pour connaitre chaque méthode.
|
||||||
|
|
||||||
|
Ressources tierces
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Certaines applications utilisent notre API. En voici une liste non exhaustive :
|
||||||
|
|
||||||
|
- `Python API for wallabag
|
||||||
|
<https://github.com/foxmask/wallabag_api>`__ par FoxMaSk, pour son projet `Trigger Happy
|
||||||
|
<https://blog.trigger-happy.eu/>`__.
|
||||||
|
|
Loading…
Reference in a new issue