diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2017-02-14 15:40:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 15:40:29 +0100 |
commit | 6d1e97f5643faff16cff3caa4b4ac8c647badebb (patch) | |
tree | 2ed2b7d019868d45cfc5e6bbd9a729c861e225f1 /docs/fr | |
parent | 5e4b9b2321a370a74dde5292ddd6de2e7ffcc78a (diff) | |
parent | c772c473a1002a712b25b7c35922075d4d4116ff (diff) | |
download | wallabag-6d1e97f5643faff16cff3caa4b4ac8c647badebb.tar.gz wallabag-6d1e97f5643faff16cff3caa4b4ac8c647badebb.tar.zst wallabag-6d1e97f5643faff16cff3caa4b4ac8c647badebb.zip |
Merge pull request #2860 from wallabag/docs-update-3rd-party-apps
docs 3rd party tools: update java wrapper, add cmd tool to add article
Diffstat (limited to 'docs/fr')
-rw-r--r-- | docs/fr/developer/api.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/fr/developer/api.rst b/docs/fr/developer/api.rst index 8a6e2a13..e7bb264f 100644 --- a/docs/fr/developer/api.rst +++ b/docs/fr/developer/api.rst | |||
@@ -263,8 +263,9 @@ Ressources tierces | |||
263 | 263 | ||
264 | Certaines applications ou bibliothèques utilisent notre API. En voici une liste non exhaustive : | 264 | Certaines applications ou bibliothèques utilisent notre API. En voici une liste non exhaustive : |
265 | 265 | ||
266 | - `Java wrapper for the wallabag API <https://github.com/Strubbl/jWallabag>`_ par Strubbl. | 266 | - `Java wrapper for the wallabag API <https://github.com/di72nn/wallabag-api-wrapper>`_ par Dmitriy Bogdanov. |
267 | - `.NET library for the wallabag v2 API <https://github.com/jlnostr/wallabag-api>`_ par Julian Oster. | 267 | - `.NET library for the wallabag v2 API <https://github.com/jlnostr/wallabag-api>`_ par Julian Oster. |
268 | - `Python API for wallabag <https://github.com/foxmask/wallabag_api>`_ par FoxMaSk, pour son projet `Trigger Happy <https://blog.trigger-happy.eu/>`_. | 268 | - `Python API for wallabag <https://github.com/foxmask/wallabag_api>`_ par FoxMaSk, pour son projet `Trigger Happy <https://blog.trigger-happy.eu/>`_. |
269 | - `Un plugin <https://github.com/joshp23/ttrss-to-wallabag-v2>`_ conçu pour `Tiny Tiny RSS <https://tt-rss.org/gitlab/fox/tt-rss/wikis/home>`_ qui utilise l'API wallabag v2. Par Josh Panter. | 269 | - `Un plugin <https://github.com/joshp23/ttrss-to-wallabag-v2>`_ conçu pour `Tiny Tiny RSS <https://tt-rss.org/gitlab/fox/tt-rss/wikis/home>`_ qui utilise l'API wallabag v2. Par Josh Panter. |
270 | - `Golang wrapper for the wallabag API <https://github.com/Strubbl/wallabago>`_ par Strubbl, pour son projet `wallabag-stats graphe <https://github.com/Strubbl/wallabag-stats>`_. | 270 | - `Golang wrapper for the wallabag API <https://github.com/Strubbl/wallabago>`_ par Strubbl, pour son projets `wallabag-stats graphe <https://github.com/Strubbl/wallabag-stats>`_ et l'outil de ligne de commande `wallabag-add-article <https://github.com/Strubbl/wallabag-add-article>`_. |
271 | - Tool to automatically download Wallabag articles into your local computer or Kobo ebook reader `wallabako <https://gitlab.com/anarcat/wallabako>`_ par anarcat. | ||