3.0.3 • Published 10 years ago

dropbox-client v3.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

dropbox-client Travis npm package

dropbox-client is a client for the Dropbox API v2.

Installation

Using npm:

$ npm install --save dropbox-client

dropbox-client requires you to bring your own global fetch function. isomorphic-fetch is a great polyfill.

Then, use as you would anything else:

// using ES6 modules
import { getFile } from 'dropbox-client'

// using CommonJS modules
var getFile = require('dropbox-client').getFile

The UMD build is also available on npmcdn:

<script src="https://npmcdn.com/dropbox-client/umd/dropbox-client.min.js"></script>

You can find the library on window.DropboxClient.

3.0.3

10 years ago

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago