Youtube

Youtube

YouTube Data API v3

The YouTube Data API v3 is an API that provides access to YouTube data, such as videos, playlists, and channels.

Constructor

new Youtube()

Example
```js
const {google} = require('googleapis');
const youtube = google.youtube('v3');
```