axios-response-logger

0.1.0 • Public • Published

axios-response-logger npm version Build Status

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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i axios-response-logger

    Weekly Downloads

    45

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • srph