0.3.2 • Published 4 years ago

@livetl/api-wrapper v0.3.2

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
4 years ago

LiveTL API Wrapper for Javascript

npm (scoped)

A set of wrappers for calling the LiveTL API.

See the full API docs here: https://docs.livetl.app/api/

Example usage

const tls = await loadTranslations('example' 'en');

const created = await createTranslation({
    videoId: 'example',
    languageCode: 'en',
    translatedText: 'example translation',
    start: 150
}, 'authToken');
0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago