You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just cam across your project and it's very interesting. In our (not stable yet) API Platform v2, we have decoupled the JSON-LD/Hydra part from the engine. Adding support for new formats (while still having all other features) is just a matter of creating a normalizer for it (what you've done in this bundle): https://github.com/api-platform/doc/blob/master/api-bundle/content-negotiation.md
I'm working on HAL support, but having JSON API support as well as other hypermedia format in a same project would be a big win both for API Platform and the Symfony ecosystem.
Are you interested for collaborating on this topic?
The text was updated successfully, but these errors were encountered:
Hi,
I just cam across your project and it's very interesting. In our (not stable yet) API Platform v2, we have decoupled the JSON-LD/Hydra part from the engine. Adding support for new formats (while still having all other features) is just a matter of creating a normalizer for it (what you've done in this bundle): https://github.com/api-platform/doc/blob/master/api-bundle/content-negotiation.md
I'm working on HAL support, but having JSON API support as well as other hypermedia format in a same project would be a big win both for API Platform and the Symfony ecosystem.
Are you interested for collaborating on this topic?
The text was updated successfully, but these errors were encountered: