discogs / discogs_client

DEPRECATED - Official Python Client for the Discogs API
http://www.discogs.com/developers
Other
479 stars 132 forks source link

2.0wip: how to return list of urls for artist images? #13

Closed LunkRat closed 10 years ago

LunkRat commented 12 years ago

Using the 2.0wip is fantastic so far, but seems to be missing a function to return artist.images - is this just not implemented yet? Thanks for the great work!

LunkRat commented 12 years ago

OK I actually added the ability to get artist images:

Just added this one line to the Artist class in models.py:

images = SimpleField()

Works as desired and brings back a dict of the images. Bam, perfect. Commit?

rodneykeeling commented 10 years ago

Thanks! We'll get this added!