This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Support for PHP Objects Being Returned
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.