Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
Types ¶
type Details ¶ added in v1.46.0
type Details struct { Result struct { Annotations map[string]struct { ArtistName string Name string } } }
func NewDetails ¶ added in v1.46.0
type PartnerLogin ¶
type PartnerLogin struct { Result struct { PartnerAuthToken string } }
func NewPartnerLogin ¶
func NewPartnerLogin() (*PartnerLogin, error)
type PlaybackInfo ¶
type PlaybackInfo struct { Stat string Result *struct { AudioUrlMap struct { HighQuality struct { AudioUrl string } } } }
func (PlaybackInfo) Ext ¶ added in v1.44.8
func (p PlaybackInfo) Ext() (string, error)
audio-dc6-t3-1-v4v6.pandora.com/access/3648302390726192234.mp3?version=5
type UserLogin ¶
func OpenUserLogin ¶ added in v1.44.5
func (UserLogin) PlaybackInfo ¶
func (u UserLogin) PlaybackInfo(id string) (*PlaybackInfo, error)
func (UserLogin) ValueExchange ¶
Token is good for 30 minutes.
Click to show internal directories.
Click to hide internal directories.