0.1.0 • Published 10 years ago
axios-response-logger v0.1.0
axios-response-logger

An interceptor which logs responses
Installing
npm install axios-response-logger --saveUsage
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 test0.1.0
10 years ago