Marco Perone
Marco Perone
Prepare some hands-on exercises for the participants to be done between sessions
They turned out to be particularly useful as hooks for people
Chapter 2 and 3 are too heavy. On session 2 we could provide the participants with all the Servant code On session 3 we could provide the rel8 code with...
Explain what you can do with it
add images and diagrams
Following the Interface Segregation Principle I would like to propose to split the `TemplateRendererInterface` in three smaller interfaces ```php interface RendererInterface { public function render($name, $params); } interface PathConfigurableRendererInterface {...
Creating a Link with a `null` attribute, I get an `InvalidArgumentException`. I'm not 100% sure about it but I guess that having `null` attributes should be allowed in Hal links...
I am trying to modify the default fields which appear in a collection response. In particular I'm filtering and paginating my collection and, beside `_total_items` I would like to have...
I suspect that sometimes it would be nice to have the option to skip the check provided by the `HalResource::compareResources` method. This is because sometimes resources could have optional fields,...