Skip to content

Class: ClipEndpoint

Extends

Methods

downloadClip()

downloadClip(clipId): Promise<DownloadClipResponse>

Parameters

ParameterType
clipIdstring

Returns

Promise<DownloadClipResponse>

endpoints/clip/clip.endpoint.ts:24


getClip()

getClip(clipId): Promise<GetClipResponse>

Parameters

ParameterType
clipIdstring

Returns

Promise<GetClipResponse>

endpoints/clip/clip.endpoint.ts:13


Generated using typedoc-plugin-markdown and TypeDoc