On tidying up the repository I noticed a number of issues I want to resolve. These will most likely be design and/or architectural based issues which are stopping or hindering us moving forward.
First up - Remove reliance on FitbitAppCredentials from FitbitClient
We currently pass in the Fitbit app credentials every time we construct an instance of FitbitClient however these do not change, the FitbitClient does not use them and they are only used in the DefaultTokenManager. This is not good.
Please see the details of the pull request here - WestDiscGolf#2
I will submit a proper PR once the other PR #246 has been approved and merged.