Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@djchen djchen released this 16 Apr 05:47
· 6 commits to master since this release

Upgrades to version 2.1 of the upstream The PHP League oauth2-client library.
This includes breaking changes to the API:

  • getRepsonse() is now getParsedResponse()
  • 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.