Documentation ¶
Index ¶
- type Spotify
- func (s *Spotify) DownloadAlbum(albumId string) (*core.Album, error)
- func (s *Spotify) DownloadArtist(artistId string) (*core.Artist, error)
- func (s *Spotify) DownloadPlaylist(playlistId string) (*core.Playlist, []*core.Track, error)
- func (s *Spotify) SearchAlbum(artist string, album string) ([]*core.Album, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spotify ¶
func NewSpotify ¶
func NewSpotify() *Spotify
func (*Spotify) DownloadAlbum ¶
func (*Spotify) DownloadArtist ¶
func (*Spotify) DownloadPlaylist ¶
Click to show internal directories.
Click to hide internal directories.