axios-axios/ECOSYSTEM.md
Jay 3dad74cef2
Update base with master (#4754)
* docs: updated code of conduct to the lates version of the contributors covenant

* docs: fixed markdown issues in changelog

* docs: updated contributors guide

* docs: fixed linting errors in docs
2022-05-28 17:22:58 +02:00

3.7 KiB

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