1.0.8 • Published 7 months ago

uclbrt-node v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

uclbrt node SDK

NodeJS SDK for the UCLBRT API (https://uclbrt.com). This SDK replicate the logic from the official PHP SDK (https://packagist.org/packages/uclbrt/api-sdk)

Installation

npm install uclbrt-node

Usage

import { Uclbrt, UserConfig } from 'uclbrt-node';

const uclbrtConfig: UserConfig = {
  accountSid: 'xxxxx',
  authToken: 'xxxx',
};
const uclbrt = new Uclbrt(uclbrtConfig);
uclbrt.setCommunityNo(123456789);

const res = await uclbrt.fetchRoomInfo();
console.log(res);
1.0.8

7 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago