package
Version:
v1.35.7
Opens a new window with list of versions in this module.
Published: Oct 19, 2021
License: OSL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Spotify
Token last about an hour:
"accessTokenExpirationTimestampMs":1633838840465
"accessTokenExpirationTimestampMs":1633842139279
Documentation
¶
type Album struct {
Tracks struct {
Items []Track
}
}
type Config struct {
AccessToken string
}
This can be used to decode a previously saved token.
type Playlist struct {
Tracks struct {
Items []struct {
Track Track
}
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.