CakeDC / cakephp-api

API Plugin for CakePHP
Other
61 stars 33 forks source link

Feature request: Improve Action::getData() #92

Closed AReveron closed 2 years ago

AReveron commented 2 years ago

The function should be like ServerRequest::getData(), where you can pass a key and a default value if the key does not exist.