BazingaHateoasBundle
BazingaHateoasBundle copied to clipboard
Integration of the Hateoas library into Symfony.
Any particular reason why `Metadata\MetadataFactory::setIncludeInterfaces()` is not enabled per default and/or no setting exists. Would be cool to use interfaces for shared metadata.
this PR solved this [issue](https://github.com/willdurand/BazingaHateoasBundle/issues/85)
``` ``` I add a custom configuration extension, it never get executed, I found out that the ExtensionDriver is not enabled for yaml and xml driver, why is it?
JMS Serialiser provides the ability to [Override Groups of Deeper Branches](https://jmsyst.com/libs/serializer/master/cookbook/exclusion_strategies#overriding-groups-of-deeper-branches-of-the-graph). It seems this is not working when using BazingaHateoasBundle, any ideas? Some people seem to have a similar [issue](https://github.com/schmittjoh/serializer/issues/767).
WDYT of being able to configure EL variables, that would be a bit like twig global variables: ``` yaml bazinga_hateoas: expression_language: context_variables: base_rel: https://rels.example.com foo: bar ``` To then be...
Hello, When setting `$limitParameterName` to another value : ``` php public function getMediasAction(ParamFetcher $paramFetcher) { $queryBuilder = $this->getMediaHandler()->all(); $pagerAdapter = new DoctrineODMMongoDBAdapter($queryBuilder); $pager = new Pagerfanta($pagerAdapter); $pager->setCurrentPage($paramFetcher->get('page')); $pager->setMaxPerPage($paramFetcher->get('hits_per_page')); $pagerFactory =...
Having the ability to use a different serialization context than JMS Serializer would be very beneficial. The use case is when you have an object graph that has the same...
Hello, I'm using this bundle for creating an api rest, and also the DIExtraBundle for service annotations. The issue is that I must declare the service in xml for having...
See: - https://github.com/willdurand/hateoas#expression-evaluatorexpression-language - #15
See: - https://github.com/willdurand/hateoas#expression-evaluatorexpression-language - #15