Tools
Tools
Box offers several tools for you to use to jump start your development. Check them out below.
Sample Code Catalog
The sample code catalog is the most recent tool we have launched on the Box Developer site. It pulls code sample repositories from multiple places, consolidating them in one place for you to browse. It allows you to filter by language and task. We update the list regularly so the you have access to the most up to date code.
Box CLI
The Box Command Line Interface (CLI) is a tool for making requests to Box APIs from your terminal window or command prompt. It takes less than five minutes to set up and provides you direct access to the API. We also offer a suite of sample scripts to jump start any administration automation tasks.
SDKs
Box supports several coding languages with our SDK libraries. It is highly recommended to use SDKs when creating a solution since the libraries automatically handle things like authentication and retry logic for you. In addition, the API reference pages contain samples for all the languages directly in the site; however, each Github repo has a docs section with all that language's samples too.
Postman Collection
As an industry standard in software development, Postman helps developers learn APIs quickly, providing real time testing and code samples. You can find our Postman Collection on the Postman website. You can also check out the YouTube video below.