Module box

ballerinax/box Ballerina library

1.5.1

Overview

This is a generated connector for Box Platform API v2.0.0 OpenAPI specification.

Box Platform provides functionality to provide access to content stored within Box. It provides endpoints for basic manipulation of files and folders, management of users within an enterprise, as well as more complex topics such as legal holds and retention policies.

Prerequisites

Before using this connector in your Ballerina application, complete the following:

  • Create Box Platform Account by selecting the pricing plan
  • Obtaining tokens
    1. Go to Box Platform Account and log into the account
    2. Navigate to developer console, create new app and get needed credentials
    3. Create and obtain bearer token credentials and store somewhere securely

Quickstart

Step 1: Import connector

Import the ballerinax/box module into the Ballerina project.

Copy
import ballerinax/box;

Step 2: Create a new connector instance

Copy
configurable http:BearerTokenConfig & readonly auth = ?;
box:ClientConfig clientConfig = {
    auth : auth
};

box:Client baseClient = check new Client(clientConfig, serviceUrl = "https://api.box.com/2.0");

Step 3: Invoke connector operation

  1. You can get a existing file by using getFilesId method.
    Copy
    box:File file = check baseClient->getFilesId("833080141230", "bal");
  2. Use bal run command to compile and run the Ballerina program.

Import

import ballerinax/box;Copy

Metadata

Released date: 12 months ago

Version: 1.5.1

License: Apache-2.0


Compatibility

Platform: any

Ballerina version: 2201.4.1

GraalVM compatible: Yes


Pull count

Total: 0

Current verison: 0


Weekly downloads


Source repository


Keywords

Content & Files/File Management & Storage

Cost/Freemium


Contributors

Other versions

See more...