0.4.1 • Published 1 month ago

@superblocksteam/bucketeer-sdk v0.4.1

Weekly downloads
-
License
Superblocks Commu...
Repository
github
Last release
1 month ago

Bucketeer SDK

The Bucketeer SDK is a TypeScript library that will submit requests to a the Bucketeer service.

Installation

npm install @superblocksteam/bucketeer-sdk

Usage

In your code create an instance of the Bucketeer class with the appropriate parameters, such as:

const bucketeer = new Bucketeer({
  baseUrl: "https://bucketeer.superblocks.com",
  token: "jwt-token",
  cliVersion: "1.10.0",
});

Then, call any of the methods to upload components or get existing integrations and components. The methods throw an error if the request fails.

0.4.1

1 month ago