Commit Graph

  • 1ef3aa4b75
    Merge 17dad3448a into 9aecbca3d4 #18 Didier BONNEFOI 2020-12-15 14:18:32 +0000
  • 17dad3448a OvhRequestApi: 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
  • 9aecbca3d4
    Merge pull request #17 from bonidier/ovhapilib/add-put-data master Didier BONNEFOI 2018-09-26 19:47:04 +0200
  • d71e06fb95 ovhapilib bugfix: JSON datas must be set when PUT method is used #17 Didier BONNEFOI 2018-09-25 17:54:10 +0200
  • 8f94a4fa2c
    Merge pull request #16 from bonidier/coding-style Antoine Leveugle 2018-08-26 17:00:13 +0200
  • e4aad34a4c fix: remove useless variable in updateTime() #16 Didier BONNEFOI 2018-08-26 13:17:25 +0200
  • 920bc41873 Bash 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
  • ec0e2e8a0b
    Merge pull request #13 from denouche/build/enableTravis Didier BONNEFOI 2018-08-13 10:56:13 +0200
  • 5b2aed4ebc
    Merge pull request #15 from denouche/feat/addUSApis Didier BONNEFOI 2018-08-01 23:25:46 +0200
  • 43814562f5 feat: add US target support #15 antoine.leveugle 2018-08-01 16:23:21 +0200
  • 99b2f49644 build: add travis support for shellcheck #13 build/enableTravis antoine.leveugle 2018-06-22 13:52:22 +0200
  • 68c4fbe815
    Merge pull request #12 from bonidier/shellcheck-pass Didier BONNEFOI 2018-06-22 17:36:04 +0200
  • fd6006cd14 shellcheck pass + code review: - more readable long curl commands (multiple lines) - add helpers to manage string's upper/lower case - add helper to join array items - fix functions's variables scope #12 Didier BONNEFOI 2018-06-21 15:04:32 +0200
  • 687060aa2b
    Merge pull request #10 from bonidier/user_profile_path Didier BONNEFOI 2018-03-07 09:47:17 +0100
  • c0eb83d771 fix default profile move to new location #10 Didier BONNEFOI 2018-02-26 14:23:00 +0100
  • 3cb29bc968 Automaticly move profiles from legacy path to user's home, and notify about it Didier BONNEFOI 2018-02-26 14:18:18 +0100
  • b532476260 move profiles to user home Didier BONNEFOI 2018-02-20 17:12:34 +0100
  • a8df712a46
    Merge pull request #9 from bonidier/script_realpath Antoine Leveugle 2018-02-20 13:32:36 +0100
  • e47fb83ca0 fix BASE_PATH, resolving real path the script, to allow symlink this one #9 Didier BONNEFOI 2018-02-20 12:15:36 +0100
  • ecc5fc988c
    Merge pull request #7 from bonidier/access-rules Antoine Leveugle 2018-02-13 08:53:50 +0100
  • 15f11e880f Add 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
  • e4f968c78a Merge pull request #5 from bonidier/ovhapi_lib Antoine Leveugle 2017-09-19 08:35:40 +0200
  • ae35740057 OvhRequestApi() 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
  • 8377493d0a JSON 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
  • af4a56da66 OVH API Lib enhancements: Didier BONNEFOI 2017-07-03 00:38:10 +0200
  • f40fc3a025 add wrapper for using ovh-api-bash-client with external scripts Didier BONNEFOI 2017-06-30 18:57:05 +0200
  • 377f8930c3 doc: fix readme title Antoine Leveugle 2017-06-21 14:47:55 +0200
  • 23231a9859 Merge pull request #4 from bonidier/configuration-profile Antoine Leveugle 2017-06-21 14:46:38 +0200
  • 71c1d5fe6f profiles 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
  • 143ad5114b Allow 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
  • 485cbd833e if --profile is set to 'default', load configuration from script directory Didier BONNEFOI 2017-06-19 18:36:33 +0200
  • 1a0e3f220f Allow 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
  • 5719c46b2d feat: make the execution path relative antoine.leveugle 2016-06-09 20:53:21 +0200
  • 4ca8512f56 Merge pull request #3 from denouche/bash41 Antoine Leveugle 2016-05-25 21:46:58 +0200
  • fe3697eaaa fix: assure compatibility with bash 4.0 and 4.1 #3 antoine.leveugle 2016-05-25 21:45:28 +0200
  • 73c4e37107 update README antoine.leveugle 2014-04-29 22:37:11 +0200
  • c3d7245a3b some little improvments antoine.leveugle 2014-04-29 00:25:57 +0200
  • fcf5e6f588 add targets support for EU and CA apis antoine.leveugle 2014-04-28 23:14:33 +0200
  • 1eb3c11c18 add check during initialization and information to create a consumer key later antoine.leveugle 2014-04-28 12:19:11 +0200
  • c3c5130f5d add http response status in out, at the begining of the line antoine.leveugle 2014-04-27 15:12:56 +0200
  • 6a847aba20 Update README.md Antoine Leveugle 2014-04-19 21:59:27 +0200
  • 2f60538889 move script antoine.leveugle 2014-04-19 21:48:07 +0200
  • 1a044a7986 Update README.md Antoine Leveugle 2014-04-17 22:17:44 +0200
  • ae3abbf4f3 Update README.md Antoine Leveugle 2014-04-17 22:17:09 +0200
  • 03514b89cd change base path to current path antoine.leveugle 2014-04-17 21:46:27 +0200
  • 0c1d719906 Update README.md Antoine Leveugle 2014-04-17 21:31:01 +0200
  • 928178c732 Update README.md Antoine Leveugle 2014-04-17 21:28:03 +0200
  • bff106c1fa Update README.md Antoine Leveugle 2014-04-17 20:16:30 +0200
  • ca60dc6686 Create README.md Antoine Leveugle 2014-04-17 20:13:09 +0200
  • 01f8a1f689 improve help antoine.leveugle 2014-04-17 20:13:01 +0200
  • d44ea3e138 move antoine.leveugle 2014-04-17 20:03:15 +0200
  • 9c19977b67 first commit antoine.leveugle 2014-04-17 19:53:28 +0200