I have fixed all the docstrings so that they render correctly on ReadtheDocs.
0.7.3
Only changed docstrings in make_request, trying to fix an issue I'm having with my docs on ReadtheDocs.
0.7.2
Added __init__.py file to activities module.
0.7.1
Fixed a typo in the dog_api.
0.7.0
No new APIs have been added with this version, but I have added optional caching for each API class, using requests_cache. Also, for APIs that specifically impose rate limits, I have added a throttling decorator, with the appropriate rate limits, to those API classes.
0.6.0
Added a couple more APIs, as well as a new "health" submodule. Also, I improved the http error handling part of the make_request functions.