musicfox / pycmc

A Python interface for the chartmetric.com API
MIT License
21 stars 2 forks source link

Feature/patch http error fan metrics #19

Closed thinkjrs closed 4 years ago

thinkjrs commented 4 years ago

Added two major things and upgraded dependencies.

  1. Catch HTTPError in artist.fanmetrics
    • Update tests to iterate through a known failure
  2. Possibly return None from RequestGet by using the dict.get('obj') method