0.0.4 • Published 8 years ago

axios-debug v0.0.4

Weekly downloads
1,575
License
MIT
Repository
github
Last release
8 years ago

Axios Debug

npm version

A convenient way to view the requests and responses when using axios.

Installation

npm i axios-debug

Usage

// Axios must be available.
import axios from 'axios';

// Pass axios to the imported 'axios-debug' function.
require('axios-debug')(axios);

// Use axios as normal.
axios.get('/cats');
0.0.4

8 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago