discogs.coffee

This is the entry point.

Needs a Discogs API key.

Takes an object as such:

config = {
  api_key: 'string'   # Required.
  f:       'json|xml' # Optional, defaults to 'json'. If 'xml' consumer is expected to take care of parsing
}

client = discogs({api_key: 'foo4711'})
undefined

Default format

undefined

Return a proper url with api_key and format

undefined

Make a request

undefined

API

undefined

Use this if you have a discogs url

undefined

Get a release

undefined

Get an artist

undefined

Get a label

undefined

Search for something Valid types: all, artists, labels, releases, needsvote, catno, forsale

undefined