From bff106c1fa54443e9681fa070470d0bd7333c88e Mon Sep 17 00:00:00 2001 From: Antoine Leveugle Date: Thu, 17 Apr 2014 20:16:30 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d449f5..6e19119 100644 --- a/README.md +++ b/README.md @@ -7,22 +7,26 @@ Initialize ---------- In order to create a new OVH API application, run : +``` ./ovhApiBashClient.sh --initApp - +``` Usage ----- To make a basic call on GET /me just run : +``` ./ovhApiBashClient.sh +``` Options ------- Possible arguments are: +``` --url : the API URL to call, for example /domains (default is /me) --method : the HTTP method to use, for example POST (default is GET) --data : the data body to send with the request --init : to initialize the consumer key --initApp : to initialize the API application - +```