0.19.0 • Published 3 years ago

@safestream/safestream-javascript-sdk v0.19.0

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

SafeStream Javascript SDK

The SafeStream Javascript SDK is wrapper for the SafeStream API with support for NodeJS and the browser.

Getting Started

npm install --save @safestream/safestream-javascript-sdk
import { SafeStream } from "@safestream/safestream-javascript-sdk"

// Initialize the SafeStream SDK with you API credentials
const ss = SafeStream({ auth: { apiKey: <API_KEY>, apiSecret: <API_SECRET> });

// Get to work
const videos = ss.getVideos()
0.19.0

3 years ago

0.16.0

3 years ago

0.17.0

3 years ago

0.18.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.15.0

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.0.1

4 years ago