This package has been deprecated

Author message:

Use nextcloud-axios instead

nextcloud_fetch

2.1.0 • Public • Published

nextcloud_fetch

Thin wrapper around modern browser's fetch API for Nextcloud.

Usage

Install the package via npm

npm install --save nextcloud_fetch

Send (JSON) requests to your Nextcloud server

import { nc_fetch, nc_fetch_json } from 'nextcloud_fetch'

let res = nc_fetch('https://…')
let json_res = nc_fetch_json('https://…')

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i nextcloud_fetch

      Weekly Downloads

      5

      Version

      2.1.0

      License

      MIT

      Unpacked Size

      2.63 kB

      Total Files

      4

      Last publish

      Collaborators

      • christophwurst