snapsheet-ajax-utils
v1.0.3
Published
Wrapper around fetch to simplify usage
Downloads
49
Maintainers
Keywords
Readme
snapsheet-ajax-utils
Wrapper around fetch to simplify usage
Install
yarn add snapsheet-ajax-utils
Usage
import { postJson } from 'snapsheet-ajax-utils';
postJson(url, body).then(data => doSomething(data));