This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
1.0.0
Upgrades to version 2.1 of the upstream The PHP League oauth2-client library.
This includes breaking changes to the API:
getRepsonse()
is nowgetParsedResponse()
getResponse()
method now returns unparsed PSR-7 Response instance
Added a getFitbitRateLimit(ResponseInterface $response)
method to parse a raw response for the Fitbit Rate Limit headers and return a FitbitRateLimit
object.