Utilities · +6 points

Axios

Promise-based HTTP client with interceptors — standard for API integration.

Install
npm install axios
License
MIT
Stars
106k+

Integration goal

Create axios instance with baseURL and error interceptor.

  1. Configure axios.create
  2. Add response interceptor
  3. Push api.js
Open Integration Workspace →

← All open source tools