Skip to content

GDB-3400 HTTP client wrapper

Mihail Radkov requested to merge feature/GDB-3400-http-client-warpper into master

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

Merge request reports