This package has been deprecated

Author message:

WARNING: This project has been renamed to @lodgify/fetch-helpers. Install using npm i @lodgify/fetch-helpers

@lodgify/fetch-related-utils

1.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @lodgify/fetch-related-utils

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

8.87 kB

Total Files

11

Last publish

Collaborators

  • lodgify-ci