17dad3448aOvhRequestApi: Ensure to escape querystring arguments - [MAJOR] previously, only the first querystring argument was sent to OVH API, because ampersand was interpreted as shell background job, so other arguments ignored
#18
Didier BONNEFOI
2020-12-15 14:49:09 +0100
920bc41873Bash coding style review - functions: use lower case local variables - set some configuration variables as constant - review some variables naming - test command: use built-in [[ instead of [ - always keep if+then in the same line - change shebang for portability
Didier BONNEFOI
2018-08-26 13:08:27 +0200
Merge pull request #7 from bonidier/access-rules
Antoine Leveugle
2018-02-13 08:53:50 +0100
15f11e880fAdd access.rules file into profile - this feature avoid to write very long post data content when initiating consumer key
#7
Didier BONNEFOI
2018-02-12 18:07:45 +0100
e4f968c78aMerge pull request #5 from bonidier/ovhapi_lib
Antoine Leveugle
2017-09-19 08:35:40 +0200
ae35740057OvhRequestApi() enhancements - OVHAPI_HTTP_STATUS always return a numeric value - raise error 500 with help message if OVHAPI_HTTP_RESPONSE has many lines - update samples scripts with OvhRequestApi()
#5
Didier BONNEFOI
2017-07-19 11:45:54 +0200
8377493d0aJSON functions improvements - single execution of JSON.sh, now read result from a cache - JSON wrapper now use AWK for best performances, even on big JSON source - remove JSON string argument from getJSON*() functions - move JSON functions to a standalone file - add JSONSHLIB_DEBUG variable - add JSONSH_DIR to override JSON.sh path - update samples scripts - rework file tree - update README - update .gitignore
Didier BONNEFOI
2017-07-14 01:09:28 +0200
af4a56da66OVH API Lib enhancements:
Didier BONNEFOI
2017-07-03 00:38:10 +0200
f40fc3a025add wrapper for using ovh-api-bash-client with external scripts
Didier BONNEFOI
2017-06-30 18:57:05 +0200
377f8930c3doc: fix readme title
Antoine Leveugle
2017-06-21 14:47:55 +0200
23231a9859Merge pull request #4 from bonidier/configuration-profile
Antoine Leveugle
2017-06-21 14:46:38 +0200
71c1d5fe6fprofiles management enhancements - when launching --init/--initApp, create the defined profile if missing - fix profiles listing (bad directory) - help command : always add --profile argument if profile name is defined
#4
Didier BONNEFOI
2017-06-21 14:31:13 +0200
143ad5114bAllow to set --profile option at any position : - functions to create keys now launched out of parseArguments()
Didier BONNEFOI
2017-06-21 00:21:47 +0200
485cbd833eif --profile is set to 'default', load configuration from script directory
Didier BONNEFOI
2017-06-19 18:36:33 +0200
1a0e3f220fAllow multiple API keys management with profiles - add --profile to override default configuration location - add --list-profile to display available profiles - rework messages to display command with the current profile if set
Didier BONNEFOI
2017-06-13 18:06:41 +0200
5719c46b2dfeat: make the execution path relative
antoine.leveugle
2016-06-09 20:53:21 +0200
4ca8512f56Merge pull request #3 from denouche/bash41
Antoine Leveugle
2016-05-25 21:46:58 +0200
fe3697eaaafix: assure compatibility with bash 4.0 and 4.1
#3
antoine.leveugle
2016-05-25 21:45:28 +0200