axios-response-logger
v0.1.0
Published
An interceptor which logs are responses
Downloads
394
Readme
axios-response-logger
An interceptor which logs responses
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