Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 4.31 KB

ECOSYSTEM.md

File metadata and controls

60 lines (43 loc) · 4.31 KB

Ecosystem

This is a list of axios related libraries and resources. If you have a suggestion on what to add, please don't hesitate to submit a PR.

Libraries

General

Logging and debugging

  • axios-response-logger - Axios interceptor which logs responses
  • axios-debug-log - Axios interceptor of logging requests & responses by debug.
  • axios-curlirize - Logs axios requests as curl commands, also adds a property to the response object with the curl command as value.

React and redux

Unit testing

  • axiosist - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test.
  • axios-mock-adapter — Axios adapter that allows to easily mock requests
  • axios-test-instance — Test NodeJS backends using Axios
  • moxios - Mock axios requests for testing
  • mocha-axios - Streamlined integration testing with Mocha & Axios

Resources

General

Logging and debugging

Unit testing