Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

WIP - Input Filters for Apigility Admin API #124

Closed
wants to merge 22 commits into from
Closed

WIP - Input Filters for Apigility Admin API #124

wants to merge 22 commits into from

Conversation

ralphschindler
Copy link
Contributor

No description provided.

'ZF\Apigility\Admin\Controller\RpcService' => array(
'POST' => 'ZF\Apigility\Admin\InputFilter\RpcService\Post', // for the collection
// 'PATCH' => 'ZF\Apigility\Admin\InputFilter\RpcService', // for the entity
),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For these two, I'd define the input_filter key, and then have POST as the only method-specific version. That way if we later implement PUT, we can re-use the same input filter.

ezimuel and others added 22 commits March 19, 2014 12:07
* CS on classes
* added: authentication filters, db adapter filters
* fixed REST and RPC to temporarily work with UI
ContentNeogitationInputFilter internals
Added tests to RPC's PostInputFilterTest
Added MediaTypesArray validator
Altered InputFilterInputFilter to use plugin manager when available
Added tests and input filter for Authorization
Enabled Authorization InputFilter
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants