Options
All
  • Public
  • Public/Protected
  • All
Menu

@nextcloud/axios

@nextcloud/axios

Build Status npm

Simple, typed wrapper of an Axios instance for Nextcloud that automatically sends authentication headers. Cancellation is supported as well.

Installation

npm i -S @nextcloud/axios

Usage

import axios from '@nextcloud/axios'

axios.get('nextcloud.com')

See https://github.com/axios/axios for details.

Generated using TypeDoc