Skip to content
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
Compare
Choose a tag to compare
@djchen djchen released this 29 Jan 08:00
· 7 commits to master since this release

Updates 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

These changes make it easier to get access to the response headers of requests. The README has been updated to reflect this.