@livetl/api-wrapper

0.3.2 • Public • Published

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');

Readme

Keywords

none

Package Sidebar

Install

npm i @livetl/api-wrapper

Weekly Downloads

1

Version

0.3.2

License

LGPL-3.0

Unpacked Size

11.9 kB

Total Files

4

Last publish

Collaborators

  • kentonishi
  • grumpybear57