Deprecation Warnings
I've realized that in it's old state several of the errors were not getting raised correctly from the library leading to relatively useless error messages. These errors occurred from problems with rate limiting, hitting the daily limit, and attempting to use an invalid api key where the first two would be raised as generic 503 errors from `requests` and the last was raised as an unknown error. This has been fixed on master which will be published as `v3.0.0` on 2021-06-01.
The other change comes from flipping precedence on the API key where the environment variable will take precedence over using it as a parameter now instead of the reverse.
All these changes along with possible courses of action are detailed in 11