Jorgen Smith

Results 3 issues of Jorgen Smith

Fixes up my previous PR https://github.com/codemix/restyii/pull/36 . In some cases the `$config` variable will hold a HTTP exception, and we need to catch this so as to enable more meaningful...

Hi - I've come across an issue where in #117 @ fetchResource in ../vendor/codemix/restyii/src/Restyii/Client/Schema/Schema.php $config will be e.g. ``` array(8) { 'code' => int(403) 'type' => string(14) "CHttpException" 'errorCode' =>...

When an update or insert action is performed on the API and an MQ component is specified, the API will emit a message on the MQ bus. The message has...