Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API wrapper on top of fetch using flow generics

Topics

Resources

Stars

15 stars

Watchers

14 watching

Forks

Releases

Packages

Used by

Contributors

Languages