unifile-webdav

1.1.5 • Public • Published

Unifile WebDAV

This is a plugin for Unifile to use WebDAV services with it.

To include it in Unifile, you first need to install it

# Node 6+
$ npm install unifile-webdav -S

# Node 8+
$ npm install unifile-webdav

Then, you'll have to register it to unifile

const Unifile = require('unifile');
const UnifileWebDAV = require('unifile-webdav');

const unifile = new Unifile();

// Register a new connector
unifile.use(new UnifileWebDAV({redirectUri: 'http://localhost:3000/callback'}));

/unifile-webdav/

    Package Sidebar

    Install

    npm i unifile-webdav

    Weekly Downloads

    6

    Version

    1.1.5

    License

    MIT

    Unpacked Size

    10.8 kB

    Total Files

    5

    Last publish

    Collaborators

    • lexoyo
    • jbips