@asanrom/request-axios
v1.0.4
Published
Simple library to make API requests from the frontend.
Downloads
227
Readme
Request (Axios)
This library is a mirror of request-browser, but using axios instead of the native browser APIs. This is meant for CI with NodeJS.
Installation
In order to add the library to your projects, type:
npm install --save @asanrom/request-axios
Documentation
THis library uses the same API as request-browser.