@voxelified/roblox-open-cloud

0.1.0 • Public • Published

roblox-open-cloud

TypeScript Library for interacting with the Roblox Open Cloud API.

Example Usage

import { OpenCloudClient, OpenCloudApiKey } from '@voxelified/roblox-open-cloud';

const openCloud = new OpenCloudClient(new OpenCloudApiKey('your-api-key'));

// logs the first 100 badges that Blookerss has acquired.
const items = await openCloud.users.getInventoryItems(373020309, 100, 'badges=true');
console.log(items);

Readme

Keywords

none

Package Sidebar

Install

npm i @voxelified/roblox-open-cloud

Weekly Downloads

5

Version

0.1.0

License

MIT

Unpacked Size

18.6 kB

Total Files

15

Last publish

Collaborators

  • blookers