yii-api icon indicating copy to clipboard operation
yii-api copied to clipboard

Yii REST API framework

Results 5 yii-api issues
Sort by recently updated
recently updated
newest added

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

status:ready for adoption

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

type:enhancement
status:ready for adoption

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

status:ready for adoption
type:feature

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

status:ready for adoption

follow up on #303

status:under discussion
type:feature