README ¶ Spotify Send API requests https://github.com/89z/spotify PlayPlay https://github.com/librespot-org/librespot-java/discussions/421 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Constants type Session func Login(username string, password string, product uint64) (*Session, error) func (s *Session) DownloadTrackID(id string) (io.Reader, error) Constants ¶ View Source const ( Product_Client uint64 = 0x0 Product_Partner uint64 = 0x3 // PremiumAccountRequired ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Session ¶ added in v1.0.1 type Session struct { // contains filtered or unexported fields } func Login ¶ func Login(username string, password string, product uint64) (*Session, error) func (*Session) DownloadTrackID ¶ added in v1.0.1 func (s *Session) DownloadTrackID(id string) (io.Reader, error) Source Files ¶ View all Source files channel.gofileaudio.gomercury.goproto.gosession.goshannon.go Click to show internal directories. Click to hide internal directories.