googleapis#youtube_v3 TypeScript Examples

The following examples show how to use googleapis#youtube_v3. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: youtube.ts    From companion-module-youtube-live with MIT License 5 votes vote down vote up
/** Google API client */
	ApiClient: youtube_v3.Youtube;
Example #2
Source File: YoutubeFetcher.ts    From skychat with MIT License 5 votes vote down vote up
/**
     * Youtube API wrapper
     */
    private readonly youtube: youtube_v3.Youtube;