exframe-request

1.8.4 • Public • Published

exframe request

Wrapper around axios that handles common patterns

Installing

$ npm install exframe-request

Example

const { axios } = require('exframe-request');

// normal axios methods and everything
axios({
  method: 'get',
  url: 'http://example.com/data'
})
  .then(response => { ... })

Readme

Keywords

none

Package Sidebar

Install

npm i exframe-request

Weekly Downloads

683

Version

1.8.4

License

ISC

Unpacked Size

19.1 kB

Total Files

11

Last publish

Collaborators

  • exzeo_usa
  • exzeodevops