notifications-node-client icon indicating copy to clipboard operation
notifications-node-client copied to clipboard

add ability to provide custom Axios instance

Open opyate opened this issue 1 year ago • 0 comments

What problem does the pull request solve?

Adds the ability to specify your own Axios client.

This is useful, because you might have a client with custom interceptors.

Checklist

  • [x] I’ve used the pull request template
  • [x] I’ve written unit tests for these changes
  • [x] I’ve updated the documentation in
  • [x] I’ve bumped the version number in
    • package.json
  • [x] I've added new environment variables in
    • CONTRIBUTING.md
    • notifications-node-client/scripts/generate_docker_env.sh

opyate avatar May 17 '24 15:05 opyate