comake/standard-sdk-js

Default headers support

Closed this issue · 1 comments

Feature description

Idea

  • Add default global headers for all requests. Default headers can be added/removed at any point in time. The idea comes from axios, which is quite helpful.
  • We can also use an interceptor if we want to modify requests.

Implemented in #25