1.1.1 • Published 5 years ago

@lodgify/fetch-related-utils v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago