Documentation
¶
Index ¶
- func New(ctx context.Context, spotifyAppClientID string, spotifyAppClientSecret string, ...) spotify.Spotifier
- type Spotify
- func (s *Spotify) GetNewUserToken(ctx context.Context) (string, error)
- func (s *Spotify) GetPlaylist(ctx context.Context, playlistID string) (*spotify.Playlist, error)
- func (s *Spotify) GetShow(ctx context.Context, showID string) (*spotify.Show, error)
- func (s *Spotify) GetUserToken(ctx context.Context) (string, error)
- func (s *Spotify) ResetUserTokens(ctx context.Context)
- func (s *Spotify) UpdatePlaylistFilter(ctx context.Context, filterConfig *spotify.PlaylistFilterConfig) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Spotify ¶
type Spotify struct {
// contains filtered or unexported fields
}
func (*Spotify) GetNewUserToken ¶
func (*Spotify) GetPlaylist ¶
func (*Spotify) ResetUserTokens ¶
func (*Spotify) UpdatePlaylistFilter ¶
Click to show internal directories.
Click to hide internal directories.