1.0.3 • Published 6 years ago

jetch v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Jetch - fetch JSON


A slightly easier way to fetch json

Usage

import jetch from 'jetch';

try {
  var json = await jetch('http://mydomain.com/endpoint.json');
} catch(failedResponse) {
  //do something with failedResponse
}
//do something with `json`

a failed response is any response that is not HTTP status code 200

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago