Skip to content

Latest commit

 

History

History
262 lines (120 loc) · 3.54 KB

youtubes.js.md

File metadata and controls

262 lines (120 loc) · 3.54 KB

Home > youtubes.js

youtubes.js package

Classes

Class

Description

ApiClient

The main class for interacting with the YouTube Data API.

LikelyBugError

Represents an error that is likely a bug in the library.

If you encounter this error, please report the issue on GitHub Issue.

Pagination

Provides utility methods for pagination.

Playlist

Represents a YouTube playlist resource.

YouTube Data API Reference

PlaylistItemManager

A manager of playlist items belonging to a client. Provides methods for /youtube/v3/playlistItems

YouTube Data API Reference

PlaylistManager

Manager for playlist endpoints. Provides methods for /youtube/v3/playlists.

YouTube Data API Reference

StaticOAuthProvider

An OAuth provider that doesn't refresh the token

Thumbnails

Presents the thumbnails of the video or the playlist.

YouTube Data API Reference

YouTubeApiError

Represents an error from the YouTube API.

This error is thrown when the YouTube API returns an error response.

Interfaces

Interface

Description

ApiClientOptions

CreatePlaylistOptions

PaginationOptions

StaticCredentials

The credentials for a StaticOAuthProvider

Thumbnail

UpdatePlaylistOptions

Type Aliases

Type Alias

Description

LogLevel

OAuthProviders

PlaylistItem

Privacy

YouTubesJsErrors