GDB-3400 HTTP client wrapper
Added HTTP client that delegates requests to Axios.
This is to add an abstraction layer upon the used library. Added tests with Jest.
Additional changes:
- Changed ecmaVersion in .eslintrc to be 2016 which is compatible with Node v8
- Cleaned up webpack.config.js
- Added Jest configuration file