Skip to content

Latest commit

 

History

History
110 lines (50 loc) · 1.41 KB

youtubes.js.apiclient.md

File metadata and controls

110 lines (50 loc) · 1.41 KB

Home > youtubes.js > ApiClient

ApiClient class

The main class for interacting with the YouTube Data API.

Signature:

export declare class ApiClient 

Constructors

Constructor

Modifiers

Description

(constructor)({ oauth, logLevel })

Constructs a new instance of the ApiClient class

Properties

Property

Modifiers

Type

Description

playlistItems

PlaylistItemManager

A manager for playlist items. Provides methods for fetching and manipulating playlist items.

playlists

PlaylistManager

The manager for playlists. Provides methods for fetching and manipulating playlists.