Skip to content

Releases: MichaelJ2324/PHP-REST-Client

v2.0

27 Apr 16:29
852ddce

Choose a tag to compare

Merge pull request #4 from MichaelJ2324/2.0

v2.0.0

v.1.3.1

01 Jul 13:53

Choose a tag to compare

Fix OAuth Controller Handling of Grant Type

v1.3.0

15 Aug 13:01

Choose a tag to compare

Added Basic Auth, and altered how the Auth Header value is set on OAuth 2 Auth Controller.

v1.2.2

29 Jun 22:07

Choose a tag to compare

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

16 Jun 16:43

Choose a tag to compare

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

10 Jun 20:26

Choose a tag to compare

Added collection functionality for retrieving Models. Fixed issue with Models not inheriting Base Url and Auth provider.

v1.1.2

29 Apr 00:23

Choose a tag to compare

Fix My Last Commit

v1.1

28 Apr 23:39

Choose a tag to compare

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

02 Apr 16:49

Choose a tag to compare

Version 1 is ready for use.

v0.9.1

26 Mar 20:32

Choose a tag to compare

Revert Model Class - Fixed Data Class