X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fen%2Fdeveloper%2Fapi.rst;fp=docs%2Fen%2Fdeveloper%2Fapi.rst;h=61182dcde2338b316ff057190aa1d1a32f8b8ed8;hb=1c90663b793c24f309e07bcf74f5bbb5494ae4b6;hp=38f0377c35e835c5d225350e2e21bcce02383e53;hpb=7d5b4631d0b297b1e29d3cd541a61a1d78b5b999;p=github%2Fwallabag%2Fwallabag.git 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: 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: ::