axios-mp-adapter

0.1.0 • Public • Published

axios-mp-adapter

Software License Issues NPM

Installation

Using npm:

npm i axios-mp-adapter --save-dev

Example

var axios = require('axios');
var mpAdapter = require('axios-mp-adapter');
 
axios({
  url: 'https://foo.bar',
  adapter: mpAdapter,
}).then((response) => {
  // handle the response
});

License

© BinRui Guan

Package Sidebar

Install

npm i axios-mp-adapter

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

6.85 kB

Total Files

5

Last publish

Collaborators

  • differui