bandcamp

package
v1.32.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2021 License: OSL-3.0 Imports: 7 Imported by: 1

README

Bandcamp

https://stackoverflow.com/questions/65085046/how-do-i-pull-album-art

Mobile

POST /api/mobile/22/band_details HTTP/1.1
Host: bandcamp.com

{"band_id":"1196681540"}

Track

URL

Documentation

Index

Constants

View Source
const Origin = "http://bandcamp.com"

Variables

View Source
var Verbose bool

Functions

This section is empty.

Types

type Album

type Album struct {
	Tracks []struct {
		URL string
	}
	URL string
}

func (*Album) Get added in v1.29.7

func (a *Album) Get(id string) error

func (*Album) Post added in v1.29.7

func (a *Album) Post(id string) error

func (*Album) PostForm added in v1.29.8

func (a *Album) PostForm(id string) error

type Band added in v1.29.5

type Band struct {
	Band_ID json.Number
	URL     string
}

func (*Band) Get added in v1.29.6

func (b *Band) Get(id string) error

func (*Band) Post added in v1.29.6

func (b *Band) Post(id string) error

func (*Band) PostForm added in v1.29.7

func (b *Band) PostForm(id string) error

type Discography added in v1.29.7

type Discography struct {
	Discography []struct {
		URL string
	}
}

func (*Discography) Get added in v1.29.7

func (d *Discography) Get(id string) error

func (*Discography) Post added in v1.29.7

func (d *Discography) Post(id string) error

func (*Discography) PostForm added in v1.29.7

func (d *Discography) PostForm(id string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL