Releases: djchen/oauth2-fitbit
1.1.0
1.0.3
1.0.2
1.0.1
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.
1.0.0-beta2
Updates to version 2.2 of the upstream The PHP League oauth2-client library.
Please see the 1.0.0-beta1 notes for more info about a breaking change.
Added a getFitbitRateLimit(ResponseInterface $response)
method to parse a raw response for the Fitbit Rate Limit headers and return a FitbitRateLimit
object.
1.0.0-beta1
Updates 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
These changes make it easier to get access to the response headers of requests. The README has been updated to reflect this.