Napster / napster-ruby

Napster Ruby Gem
MIT License
7 stars 4 forks source link

Get avatar image #54

Closed serv closed 8 years ago

serv commented 8 years ago

The gem should be able to retrieve avatar image through /members/:guid/avatar

Also through authenticated member endpoint.

curl -v -H "Accept-Version: 2.0.0" -H "Authorization: Bearer {access_token}" "https://api.rhapsody.com/me/avatar?size=500"

For docs, see https://developer.rhapsody.com/api/v2#public-member-profile

Related https://github.com/Rhapsody/napster-ruby/issues/39

serv commented 8 years ago

Actually comes back as an attribute in profile object.