axios-axios/ECOSYSTEM.md
Avindra Goolcharan 6a4a85c57f Doc fixes, minor examples cleanup (#2198)
* README.md COOKBOOK.md: minor fixes

 * simplify language

* ECOSYSTEM: create a few categories

* Examples: log port listening to

* upgrade bootstrap 3 -> 4 in examples

bootstrap 4 is slightly smaller then 3.2.0
so it should also help load examples faster

* categorize 0.19 items a little differently

surface user/consumer changes first
2019-09-07 09:05:26 -03:00

2.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
  • moxios - Mock axios requests for testing
  • mocha-axios - Streamlined integration testing with Mocha & Axios