Skip to content
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

Open
vpassapera opened this issue Apr 6, 2015 · 7 comments
Open

json-api serializer #192

vpassapera opened this issue Apr 6, 2015 · 7 comments
Labels

Comments

@vpassapera
Copy link

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.

@willdurand
Copy link
Owner

There is a branch that does the job, partially. However I know people from @ArteGEIE (poke @franek) did implement json api by leveraging this lib..

@franek
Copy link

franek commented Apr 7, 2015

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...

@vpassapera
Copy link
Author

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!

@drewclauson
Copy link

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

@willdurand
Copy link
Owner

👍

@silverqx
Copy link

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.

@koemeet
Copy link

koemeet commented Jul 17, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants