jsend-axios

1.0.3 • Public • Published

jsend-axios

build status codecov result install size npm package version github license js semistandard style

JSend interceptor provides custom client response handling using axios#interceptor for jsend Express middleware package.

Installation 📚

npm install jsend-axios

Usage

import axios from 'axios';
import JSendInterceptor from 'jsend-axios';
 
const client = axios.create();
JSendInterceptor(client);

Readme

Keywords

Package Sidebar

Install

npm i jsend-axios

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

82.1 kB

Total Files

17

Last publish

Collaborators

  • reddexter