Documentation
¶
Index ¶
- type Client
- func (c *Client) GetChannel(channelID string) (*youtube.Channel, error)
- func (c *Client) GetChannelForUsername(username string) (*youtube.Channel, error)
- func (c *Client) GetPlaylist(playlistID string) (*youtube.Playlist, error)
- func (c *Client) GetPlaylistItems(playlistID string) ([]*youtube.PlaylistItem, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetChannelForUsername ¶
func (*Client) GetPlaylist ¶
func (*Client) GetPlaylistItems ¶
func (c *Client) GetPlaylistItems(playlistID string) ([]*youtube.PlaylistItem, error)
Click to show internal directories.
Click to hide internal directories.