Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Client = http.Default_Client
)
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct { Artist_Credit []struct { Name string Artist struct { ID string } } `json:"artist-credit"` Date string Media []struct { Track_Count int `json:"track-count"` Tracks []Track } Release_Group struct { First_Release_Date string `json:"first-release-date"` ID string Secondary_Types []string `json:"secondary-types"` Title string } `json:"release-group"` Status string Title string }
func New_Release ¶ added in v1.5.3
type Release_Group ¶ added in v1.5.3
func From_Artist ¶ added in v1.5.3
func From_Artist(artist_ID string, offset int) (*Release_Group, error)
func New_Release_Group ¶ added in v1.5.3
func New_Release_Group(group_ID string) (*Release_Group, error)
func (Release_Group) Sort ¶ added in v1.5.3
func (r Release_Group) Sort()
Click to show internal directories.
Click to hide internal directories.