-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json-api serializer #192
Comments
Jsonapi spec has changed and it is difficult to follow it. You should wait for a stable version. Our implementation is not fully compatible and need to be modified/refactored. I would like to release our code but it's complicated... |
Hi @franek I have a project where the powers that be really want JSON-API support (I personally prefer HAL). I see that the JSON-API site claims they are on RC3 with only minor tweaks coming down the pipeline. Seems like this might possibly be a good time to resume development on our server side implementations? Even in the @ArteGEIE fork I see that the last commit to the JSON-API branch was done by @willdurand on Dec 15, 2013... any newer changes I can look at or is everyone waiting until after the first official release? Thank you! |
JSON API is now considered stable at 1.0. I'd be really interested in implementing this as well as I'm using FOSRestBundle internally with an Ember front end |
👍 |
I'm interesting about this too, JSON API is stable, Ember Data v1.13 with fully JSON API v1 support is out and Ember Data 2.x on a way. I think every Ember API developer needs some server side implementation of this fresh new api. |
Check out https://github.com/steffenbrem/JsonApiBundle it is still in its early stage, but it integrates with the Hateoas PaginationRepresentation and Pagerfanta. I tried to integrate JSON-API in this lib, but it is to specific and I think the best way is a seperate bundle. The bundle does use JMS serializer, so you can use existing mapping such as serialization groups, versions, excludes etc. |
Hello all,
What is the current status of adding json-api support to this library (and respective bundles)?
Is there active development or any way to get involved in the current development of that feature?
Thanks
P.S. I've seen that a few of these have been opened on FOSRestBundle (ex: FriendsOfSymfony/FOSRestBundle#452), etc... but I strongly think that this would be the project to handle all that since it would be driven from the serializer.
The text was updated successfully, but these errors were encountered: