Documentation
¶
Index ¶
- func GetAlbumInfo(albID string) (types.AlbumType, error)
- func GetAlbumInfoPublicApi(albID string) (types.AlbumTypePublicApi, error)
- func GetAlbumTracks(albID string) (types.AlbumTracksType, error)
- func GetArtistInfo(artID string) (types.ArtistInfoType, error)
- func GetChannelList() (types.ChannelSearchType, error)
- func GetDiscography(artID string, nb int) (types.DiscographyType, error)
- func GetLyrics(sngID string) (types.LyricsType, error)
- func GetPlaylistInfo(playlistID string) (types.PlaylistInfo, error)
- func GetPlaylistTracks(playlistID string) (types.PlaylistTracksType, error)
- func GetProfile(userID string) (types.ProfileType, error)
- func GetShowInfo(showID string, nb, start int) (types.ShowType, error)
- func GetTrackInfo(sngID string) (types.TrackType, error)
- func GetTrackInfoPublicApi(sngID string) (types.TrackTypePublicAPI, error)
- func GetUser() (types.UserType, error)
- func SearchAlternative(artist, song string, nb int) (types.SearchType, error)
- func SearchMusic(query string, nb int, searchTypes ...string) (types.SearchType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAlbumInfo ¶
GetAlbumInfo fetches detailed album information.
func GetAlbumInfoPublicApi ¶
func GetAlbumInfoPublicApi(albID string) (types.AlbumTypePublicApi, error)
GetAlbumInfoPublicApi fetches public album information from the API.
func GetAlbumTracks ¶
func GetAlbumTracks(albID string) (types.AlbumTracksType, error)
GetAlbumTracks fetches tracks of a given album.
func GetArtistInfo ¶
func GetArtistInfo(artID string) (types.ArtistInfoType, error)
GetArtistInfo fetches information about an artist.
func GetChannelList ¶
func GetChannelList() (types.ChannelSearchType, error)
GetChannelList fetches a list of available channels.
func GetDiscography ¶
func GetDiscography(artID string, nb int) (types.DiscographyType, error)
GetDiscography fetches an artist's discography.
func GetLyrics ¶
func GetLyrics(sngID string) (types.LyricsType, error)
GetLyrics fetches lyrics for a given track.
func GetPlaylistInfo ¶
func GetPlaylistInfo(playlistID string) (types.PlaylistInfo, error)
GetPlaylistInfo fetches information about a playlist.
func GetPlaylistTracks ¶
func GetPlaylistTracks(playlistID string) (types.PlaylistTracksType, error)
GetPlaylistTracks fetches tracks in a given playlist.
func GetProfile ¶
func GetProfile(userID string) (types.ProfileType, error)
GetProfile fetches user profile information.
func GetShowInfo ¶
GetShowInfo fetches information about a show.
func GetTrackInfo ¶
GetTrackInfo fetches detailed track information.
func GetTrackInfoPublicApi ¶
func GetTrackInfoPublicApi(sngID string) (types.TrackTypePublicAPI, error)
GetTrackInfoPublicApi fetches public track information from the API.
func SearchAlternative ¶
func SearchAlternative(artist, song string, nb int) (types.SearchType, error)
SearchAlternative searches for alternative tracks by artist and song name.
func SearchMusic ¶
SearchMusic searches for music based on a query.
Types ¶
This section is empty.