@entria/api

0.0.1 • Public • Published

API

Install

yarn add @entria/api

Usage

try {
    const data = await api({
       url: 'https://example.com/users',
       method: 'GET',
    };
catch (err) {
   console.log('not ok', err);
}

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i @entria/api

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • streeterxs
    • sibelius
    • rturk