@livetl/api-wrapper
v0.3.2
Published
A set of functions wrapping LiveTL API Endpoints
Downloads
1
Readme
LiveTL API Wrapper for Javascript
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');