2.1.0 • Published 7 years ago

nextcloud_fetch v2.1.0

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

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://…')