Options
All
  • Public
  • Public/Protected
  • All
Menu

nextcloud-node-client

Index

Variables

Const HttpProxyAgent

HttpProxyAgent: any = require('http-proxy-agent')

Let client

client: Client

Const debug

debug: any = require("debug").debug("DownloadFilesCommand")

Const log

log: Logger = new Logger()

Const readdir

readdir: __promisify__ = util.promisify(fs.readdir)

Const stat

stat: __promisify__ = util.promisify(fs.stat)

Functions

Const getNextcloudClient

  • getNextcloudClient(context: string): Promise<Client>

Const recordingModeActive

  • recordingModeActive(): boolean

Generated using TypeDoc