Open sas05 opened 9 years ago
what would be the right solution, if I would like to implement another get method here, https://github.com/scaraveos/ZF2-Restful-Module-Skeleton/blob/master/src/Main/Controller/InfoController.php but parameter will be different?
Hi, I am not sure what you are asking. There's only one GET method in the HTTP.
Hi, I'm for sorry misunderstanding.
actually I want to have multiple entry point with get method type. e.g. getList, getData, getUsers
what would be the right solution, if I would like to implement another get method here, https://github.com/scaraveos/ZF2-Restful-Module-Skeleton/blob/master/src/Main/Controller/InfoController.php but parameter will be different?