Releases: MichaelJ2324/PHP-REST-Client
Releases · MichaelJ2324/PHP-REST-Client
v2.0
Merge pull request #4 from MichaelJ2324/2.0 v2.0.0
v.1.3.1
Fix OAuth Controller Handling of Grant Type
v1.3.0
Added Basic Auth, and altered how the Auth Header value is set on OAuth 2 Auth Controller.
v1.2.2
Fixed Property Constants + Fixed Model Action Usage Changed Model to not override execute, and do configuration of Actions when the action is set. Made sure anything touching properties uses defined constants.
v1.2.1
Moved Defaults to Non Abstract Provider For certain scenarios, the default static property isn’t necessary. It’s a good base class to have, but not necessary for the abstract, which most might choose to extend from.
v1.2.0
Added collection functionality for retrieving Models. Fixed issue with Models not inheriting Base Url and Auth provider.
v1.1.2
Fix My Last Commit
v1.1
100% Code Coverage + Model Action Fixes Action can be set on Model publicly, and retrieved publicly (in case you forget what action you might have just triggered on the Model).
v1.0
Version 1 is ready for use.
v0.9.1
Revert Model Class - Fixed Data Class