restyii icon indicating copy to clipboard operation
restyii copied to clipboard

A RESTful extension for Yii.

Results 7 restyii issues
Sort by recently updated
recently updated
newest added

Add model/resource behaviour to support the use of pusher.com realtime messaging. supports - attribute filtering - channel naming based on resource name - message/event prefix To add - allow a...

We need to find a way to deal with multiple file uploads.

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' =>...

We should trace every request and response, preferrably including the header information.

When trying to write non-unique values (ie: rows with duplicate values compared to other rows) no meaningful error is shown The shown error is "string(106) "Server error response [status code]...

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...