- Added get_goals method to API client (status param can be "active", "future", or "past"
- Added all 3 variations to example program
- Fix typos in README.md and example.py
- Removed json from pip install instruction (json is a built-in lib)
- Renamed variable copied from activities API methods
- Fixed AttributeError regarding 'download_activities' in example.py