Skip to content

srph/axios-response-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axios-response-logger npm version Build Status

An interceptor which logs responses

success response error response

Installing

npm install axios-response-logger --save

Usage

Simply require / import the library as part of your bootstrapping (before your requests).

// es5
require('axios-response-logger');

// es6
import 'axios-response-logger';

Running Tests

npm test

About

📣 Axios interceptor which logs responses

Resources

License

Stars

Watchers

Forks

Packages

No packages published