requestful

1.2.2 • Public • Published

Requestful

Simplified Request Library

Installation and Usage

yarn add --dev requestful
import { Requestful } from 'requestful';
 
const api = new Requestful('https://api.example.com');
 
api.get('/').then(req => console.log(req.body));

Options

Coming soon.

/requestful/

    Package Sidebar

    Install

    npm i requestful

    Weekly Downloads

    2

    Version

    1.2.2

    License

    MIT

    Last publish

    Collaborators

    • joshmanders