From 1c90663b793c24f309e07bcf74f5bbb5494ae4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 21 Apr 2016 18:48:17 +0200 Subject: Update API documentation with cURL examples --- docs/en/developer/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/en/developer/api.rst') 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: :: -- cgit v1.2.3