aschleg / petpy

Petpy is an easy-to-use and convenient Python wrapper for the Petfinder API. Includes methods for parsing output JSON into pandas DataFrames for easier data analysis
http://petpy.readthedocs.io
MIT License
28 stars 13 forks source link

Raise warning for when API limit is exceeded #5

Closed aschleg closed 6 years ago

aschleg commented 6 years ago

The Petfinder API returns a status code 202 and a message stating the API daily limit has been exceeded. petpy currently returns an unhelpful error message when the return is attempted to be converted to JSON.

aschleg commented 6 years ago

add notice for when daily API limits are exceeded

aschleg commented 6 years ago

Issue should be fixed with commit 4151ab6