Skip to content

API for box SDK

Latest
Compare
Choose a tag to compare
@Thermatix Thermatix released this 01 May 12:04
· 9 commits to master since this release

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.