0.3.4 • Published 9 months ago

@boldvideo/bold-js v0.3.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Usage

First, install the library:

npm install @boldvideo/bold-js

Next, instantiate the client to establish a connection to your Bold Channel:

import { createClient } from "@boldvideo/bold-js";

const bold = createClient('YOUR_API_KEY');

Now you're able to query any of your resources from Bold. For exmaple:

// fetches your channel settings, menus and featured playlists
const settings = await bold.settings();

// fetches the latest videos
const videos = await bold.videos.list();

// fetches the latest playlists
const playlists = await bold.playlists.list();

Related Links

More Resources

Support

0.3.2

10 months ago

0.3.4

9 months ago

0.3.3

9 months ago

0.1.0

1 year ago

0.3.0

11 months ago

0.2.0

1 year ago

0.3.1

11 months ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago