Closed serv closed 8 years ago
The gem should be able to retrieve avatar image through /members/:guid/avatar
/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
Actually comes back as an attribute in profile object.
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