UNPKG

node-ttv

Version:

A Node.js wrapper for Twitch.tv's helix API.

6 lines (5 loc) 340 B
import Resource from "../Resource"; export default class Videos extends Resource { getVideos(id: string, user_id: string, game_id: string, after?: string, before?: string, first?: string, language?: string, period?: string, sort?: string, type?: string): Promise<string>; deleteVideos(token: string, id: string): Promise<string>; }