ricbra / php-discogs-api

PHP 5.4 Implementation of the Discogs API
MIT License
152 stars 95 forks source link

Labels releases #7

Closed designvoid closed 10 years ago

designvoid commented 11 years ago

Hi there - is it possible to add a feature to get all a labels releases? Cheers!

ricbra commented 10 years ago

Hi @designvoid

I've been busy lately, sorry for the late response. Perhaps I'm wrong but there isn't a API endpoint for getting all labels according to http://www.discogs.com/developers/resources/database/label.html or am I wrong?

designvoid commented 10 years ago

You are correct - what I was meaning was once you have got a label - then calling the API to receive all their releases - as shown here:

http://www.discogs.com/developers/resources/database/label.html#list-a-label-s-releases

On 1 October 2013 22:55, Richard van den Brand notifications@github.comwrote:

Hi @designvoid https://github.com/designvoid

I've been busy lately, sorry for the late response. Perhaps I'm wrong but there isn't a API endpoint for getting all labels according to http://www.discogs.com/developers/resources/database/label.html or am I wrong?

— Reply to this email directly or view it on GitHubhttps://github.com/ricbra/php-discogs-api/issues/7#issuecomment-25514848 .

ricbra commented 10 years ago

I'll see what I can do this week. If you want you may provide a PR because this one isn't too hard to implement I guess?

ricbra commented 10 years ago

In 1.0.0 a new call getLabelReleases is available.