1.1.1 • Published 6 years ago

@lodgify/fetch-related-utils v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Fetch helpers

Simple helpers for fetch.

Install

$ npm install @lodgify/fetch-helpers

Usage

import { postJSON } from '@lodgify/fetch-helpers';

const url = "www.lassie.com";
const body = {
  toy: "stick",
};
const customHeaders = {
  redirect: "follow",
};

postJSON(url, body, customHeaders);

Contributing

See contributing.

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago