Documentation
¶
Index ¶
Constants ¶
View Source
const ( MobileBand = "http://bandcamp.com/api/mobile/24/band_details" MobileTralbum = "http://bandcamp.com/api/mobile/24/tralbum_details" )
Variables ¶
View Source
var Heights = map[int]int{
100: 3,
124: 8,
135: 15,
138: 12,
150: 7,
172: 11,
210: 9,
300: 4,
350: 2,
368: 14,
380: 13,
700: 5,
1200: 10,
1500: 1,
}
Functions ¶
Types ¶
type Tralbum ¶ added in v1.33.3
type Tralbum struct {
Art_ID int
Release_Date int64
Title string
Tracks []struct {
Track_Num int
Title string
Streaming_URL struct {
MP3_128 string `json:"mp3-128"`
}
}
Tralbum_Artist string
}
All fields available with Track and Album
func NewTralbum ¶ added in v1.33.4
ID to Tralbum. Request is anonymous.
Click to show internal directories.
Click to hide internal directories.