PhlyRestfully
PhlyRestfully copied to clipboard
ZF2 module for creating RESTful JSON APIs using HAL and API-Problem
"describedBy" has been renamed "problemType": http://tools.ietf.org/html/draft-nottingham-http-problem-04
Hey, the "getIdentifier" method at the ResourceController should be check the identifier with the "Not identical" Comparison Operator "if($id !== false)" - like the original zend method - because th...
I had this strange error with my application just now until i figured out that i was not setting the Accept header. Exposed message was `Zend\View\Renderer\PhpRenderer::render: Unable to render template...
To be honest im not sure if this is an issue that is actually related to PhlyRestfully or if its an issue with `Zend\Mvc\Controller\AbstractRestfullController` i think it's the later. But...
Hi, is it possible to generate the 'templated' and 'title' HAL link parameters with PhlyRestfully ? Because we used an old version of PhlyRestfully we created our own implementation of...