aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-21 18:48:17 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-21 18:48:17 +0200
commit1c90663b793c24f309e07bcf74f5bbb5494ae4b6 (patch)
treeabc05f468c8eb810a0a1ce240d614d674a26f9e9 /docs/en/developer
parent7d5b4631d0b297b1e29d3cd541a61a1d78b5b999 (diff)
downloadwallabag-1c90663b793c24f309e07bcf74f5bbb5494ae4b6.tar.gz
wallabag-1c90663b793c24f309e07bcf74f5bbb5494ae4b6.tar.zst
wallabag-1c90663b793c24f309e07bcf74f5bbb5494ae4b6.zip
Update API documentation with cURL examples
Diffstat (limited to 'docs/en/developer')
-rw-r--r--docs/en/developer/api.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/developer/api.rst b/docs/en/developer/api.rst
index 38f0377c..61182dcd 100644
--- a/docs/en/developer/api.rst
+++ b/docs/en/developer/api.rst
@@ -69,7 +69,7 @@ You'll have this in return:
69 69
70We'll work with the ``access_token`` value in our next calls. 70We'll work with the ``access_token`` value in our next calls.
71 71
72Curl example: 72cURL example:
73 73
74:: 74::
75 75
@@ -126,7 +126,7 @@ returns:
126 126
127The ``items`` array is empty. 127The ``items`` array is empty.
128 128
129Curl example: 129cURL example:
130 130
131:: 131::
132 132
@@ -186,7 +186,7 @@ returns
186 186
187Now, if you execute the previous command (see **Get existing entries**), you'll have data. 187Now, if you execute the previous command (see **Get existing entries**), you'll have data.
188 188
189Curl example: 189cURL example:
190 190
191:: 191::
192 192
@@ -245,7 +245,7 @@ returns
245 245
246And if you want to list the existing entries (see **Get existing entries**), the array is empty. 246And if you want to list the existing entries (see **Get existing entries**), the array is empty.
247 247
248Curl example: 248cURL example:
249 249
250:: 250::
251 251