Releases: mrkaye97/fitbitr
Releases · mrkaye97/fitbitr
v0.3.0
fitbitr 0.3.0
v0.3.0
is a significant overhaul of fitbitr
Breaking changes:
- Functions are now verb-prefixed, so
steps
has becomeget_steps()
Other changes
- Significantly more validation exists for function arguments before sending requests to the API
- More information is returned to the user on API errors
- Adds new intraday time series
- Many more updates to internals
- Significant additional test coverage and overhauls how tests are run.