zfcampus / zf-apigility-admin

Admin API and UI for Apigility
BSD 3-Clause "New" or "Revised" License
90 stars 64 forks source link

Cant set the zf-rest controller_class from apigility UI #386

Open goalain opened 6 years ago

goalain commented 6 years ago

In https://apigility.org/documentation/modules/zf-rest "Sub-key: controller_class (optional) An alternate controller class to use when creating the controller service; it must extend ZF\Rest\RestController. Only use this if you are altering the workflow present in the RestController."

I want to extend the RestController in order to do some private handling of exceptions. (modify createApiProblemFromException because the exceptions are lost there). Actually I would like to be able to change it in the Apigility-Admin-GUI globally or at the "API" level

Thanks.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin/issues/7.