Skip to content

andykingking/axios-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

About

View debug output when using axios.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published