This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
1.0.0-beta1
Pre-release
Pre-release
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.