@lodgify/fetch-helpers

1.2.2 • 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.

/@lodgify/fetch-helpers/

    Package Sidebar

    Install

    npm i @lodgify/fetch-helpers

    Weekly Downloads

    13

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    9.36 kB

    Total Files

    11

    Last publish

    Collaborators

    • lodgify-ci