1.2.2 • Published 8 years ago
requestful v1.2.2
Requestful
Simplified Request Library
Installation and Usage
yarn add --dev requestfulimport { Requestful } from 'requestful';
const api = new Requestful('https://api.example.com');
api.get('/').then(req => console.log(req.body));Options
Coming soon.