Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Support for PHP Objects Being Returned

Compare
Choose a tag to compare
@DacotahHarvey DacotahHarvey released this 20 Mar 00:41
· 12 commits to master since this release

In the first implementation of this Library a call would return the data as it was returned from the API. This was fairly annoying because you had to json_decode the information immediately after it was returned in order to use it. This release added the ability to specify whether you want to return a PHP Object or a JSON blob with the default being the PHP Object.