Module: box-sdk

box-sdk

The Box SDK entry point.
Source:

Example

var box_sdk = require('box-sdk');

Members

<static> Box

The Box prototype, instances of which represent a specific client.
Source:
Example
var box = box_sdk.Box({
  client_id: 'client id',
  client_secret: 'client secret',
  port: 9999
});

<static> Connection

The Connection prototype, instances of which represent a specific account.
Source:
Copyright © 2014-2015 Aditya Mukhopadhyay
Documentation generated by JSDoc 3.2.2 on Sun Jul 27 2014 08:27:53 GMT+0530 (IST) using the DocStrap template.