yii-api
yii-api copied to clipboard
Yii REST API framework
Consider we have: 1. One Rest\UrlRule with 1 controller. 2. One Rest\ActiveController. Suppose 2 scenarios: 1. List only resource, implemented by overriding actions and removing all but index. 2. Write...
See https://github.com/yiisoft/yii2/pull/11086 for details. This is an issue that has been fixed in Yii 2.0 by suggesting [a manual fix of order issue within docs](https://www.yiiframework.com/doc/guide/2.0/en/rest-controllers#cors) because it was a BC....
This issue has originally been reported by @ghost at https://github.com/yiisoft/yii2/issues/8061. Moved here by @samdark. ----- Facebook Graph API also uses fields and expand query parameters in REST APIs. Now Yii2...
DataFilter doesn't allow string for comparison operator >,=,' => [self::TYPE_INTEGER, self::TYPE_FLOAT, self::TYPE_DATETIME, self::TYPE_DATE, self::TYPE_TIME], '=' => [self::TYPE_INTEGER, self::TYPE_FLOAT, self::TYPE_DATETIME, self::TYPE_DATE, self::TYPE_TIME], '=' => '*', '!=' => '*', 'IN' => '*',...
follow up on #303