@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);
}

Readme

Keywords

Package Sidebar

Install

npm i @entria/api

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • streeterxs
  • sibelius
  • rturk