Skip to content

Releases: Thermatix/boxSDK

API for box SDK

01 May 12:04
Compare
Choose a tag to compare

This SDK allows easier access to the BOX API for Node.js applications.
It handles Oauth Authentication and has almost all api functions in semantically usable functions.
The only function that is currently not supported (well, you can try directly though the client but I can't guarantee results) is the events stream but this will be added.

Please see 'readme.md' on how to use this library.

Also, the API functions are all in separate files within the 'MethodLayer' folder, please read through them to see how to call the functions.