mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Update API documentation with cURL examples
This commit is contained in:
parent
7d5b4631d0
commit
1c90663b79
2 changed files with 29 additions and 5 deletions
|
@ -69,7 +69,7 @@ You'll have this in return:
|
|||
|
||||
We'll work with the ``access_token`` value in our next calls.
|
||||
|
||||
Curl example:
|
||||
cURL example:
|
||||
|
||||
::
|
||||
|
||||
|
@ -126,7 +126,7 @@ returns:
|
|||
|
||||
The ``items`` array is empty.
|
||||
|
||||
Curl example:
|
||||
cURL example:
|
||||
|
||||
::
|
||||
|
||||
|
@ -186,7 +186,7 @@ returns
|
|||
|
||||
Now, if you execute the previous command (see **Get existing entries**), you'll have data.
|
||||
|
||||
Curl example:
|
||||
cURL example:
|
||||
|
||||
::
|
||||
|
||||
|
@ -245,7 +245,7 @@ returns
|
|||
|
||||
And if you want to list the existing entries (see **Get existing entries**), the array is empty.
|
||||
|
||||
Curl example:
|
||||
cURL example:
|
||||
|
||||
::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue