mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Documentation about wallabag API
This commit is contained in:
parent
4b0b77e4d7
commit
c802181126
16 changed files with 486 additions and 3 deletions
235
docs/en/developer/api.rst
Normal file
235
docs/en/developer/api.rst
Normal file
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,7 @@ The main documentation for this application is organized into a couple sections:
|
|||
:maxdepth: 2
|
||||
:caption: Developer documentation
|
||||
|
||||
developer/api
|
||||
developer/docker
|
||||
developer/translate
|
||||
developer/maintenance
|
||||
developer/releasing
|
||||
|
|
235
docs/fr/developer/api.rst
Normal file
235
docs/fr/developer/api.rst
Normal file
File diff suppressed because one or more lines are too long
|
@ -43,6 +43,7 @@ La documentation principale de cette application est découpée en plusieurs sec
|
|||
:maxdepth: 2
|
||||
:caption: Documentation développeur
|
||||
|
||||
developer/api
|
||||
developer/docker
|
||||
developer/translate
|
||||
developer/maintenance
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
# documentation: 'Documentation'
|
||||
# how_to_first_app: 'How to create my first application'
|
||||
# full_documentation: 'View full API documentation'
|
||||
# list_methods: 'List API methods'
|
||||
# clients:
|
||||
# title: 'Clients'
|
||||
# create_new: 'Create a new client'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
documentation: 'Dokumentation'
|
||||
how_to_first_app: 'Wie erstelle ich meine erste Anwendung'
|
||||
full_documentation: 'Komplette API-Dokumentation einsehen'
|
||||
# list_methods: 'List API methods'
|
||||
clients:
|
||||
title: 'Clients'
|
||||
create_new: 'Neuen Client erstellen'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
documentation: 'Documentation'
|
||||
how_to_first_app: 'How to create my first application'
|
||||
full_documentation: 'View full API documentation'
|
||||
list_methods: 'List API methods'
|
||||
clients:
|
||||
title: 'Clients'
|
||||
create_new: 'Create a new client'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
# documentation: 'Documentation'
|
||||
# how_to_first_app: 'How to create my first application'
|
||||
# full_documentation: 'View full API documentation'
|
||||
# list_methods: 'List API methods'
|
||||
# clients:
|
||||
# title: 'Clients'
|
||||
# create_new: 'Create a new client'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
# documentation: 'Documentation'
|
||||
# how_to_first_app: 'How to create my first application'
|
||||
# full_documentation: 'View full API documentation'
|
||||
# list_methods: 'List API methods'
|
||||
# clients:
|
||||
# title: 'Clients'
|
||||
# create_new: 'Create a new client'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
documentation: 'Documentation'
|
||||
how_to_first_app: 'Comment créer votre première application'
|
||||
full_documentation: "Voir la documentation complète de l'API"
|
||||
list_methods: "Lister toutes les méthodes de l'API"
|
||||
clients:
|
||||
title: 'Clients'
|
||||
create_new: 'Créer une nouveau client'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
documentation: 'Documentacion'
|
||||
how_to_first_app: 'Cossí crear vòstra primièra aplicacion'
|
||||
full_documentation: "Veire la documentacion completa de l'API"
|
||||
# list_methods: 'List API methods'
|
||||
clients:
|
||||
title: 'Clients'
|
||||
create_new: 'Crear un novèl client'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
documentation: 'Dokumentacja'
|
||||
how_to_first_app: 'Jak stworzyć moją pierwszą aplikację'
|
||||
full_documentation: 'Pokaż pełne API'
|
||||
# list_methods: 'List API methods'
|
||||
clients:
|
||||
title: 'Klienci'
|
||||
create_new: 'Utwórz nowego klienta'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
# documentation: 'Documentation'
|
||||
# how_to_first_app: 'How to create my first application'
|
||||
# full_documentation: 'View full API documentation'
|
||||
# list_methods: 'List API methods'
|
||||
# clients:
|
||||
# title: 'Clients'
|
||||
# create_new: 'Create a new client'
|
||||
|
|
|
@ -338,6 +338,7 @@ developer:
|
|||
# documentation: 'Documentation'
|
||||
# how_to_first_app: 'How to create my first application'
|
||||
# full_documentation: 'View full API documentation'
|
||||
# list_methods: 'List API methods'
|
||||
# clients:
|
||||
# title: 'Clients'
|
||||
# create_new: 'Create a new client'
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li>
|
||||
<li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.full_documentation'|trans }}</a></li>
|
||||
<li><a href="http://doc.wallabag.org/en/v2-documentation-api/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
|
||||
<li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.list_methods'|trans }}</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>{{ 'developer.clients.title'|trans }}</h4>
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
|
||||
<ul>
|
||||
<li><a href="{{ path('developer_howto_firstapp') }}">{{ 'developer.how_to_first_app'|trans }}</a></li>
|
||||
<li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.full_documentation'|trans }}</a></li>
|
||||
<li><a href="http://doc.wallabag.org/en/v2-documentation-api/developer/api.html">{{ 'developer.full_documentation'|trans }}</a></li>
|
||||
<li><a href="{{ path('nelmio_api_doc_index') }}">{{ 'developer.list_methods'|trans }}</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>{{ 'developer.clients.title'|trans }}</h4>
|
||||
|
|
Loading…
Reference in a new issue