-
Notifications
You must be signed in to change notification settings - Fork 29
ResourceObject needs to have "id" property as an Option[String] #20
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
Comments
Hi Jeremie, First of all thanks for showing the interest to the library. Best, |
Hi Boris, At this time, everything works fine. best regards, Jeremie |
We haven't fully tested integration with Play-JSON. Basically just with tests. PR will be soon merged and issue should be solved. Best, |
Awsome ! For the moment, we implement only simple resourceObject (no ResourceObjects) with some relations, links and meta. best regards, |
Hi,
I'm trying to implement your nice library.
I have a problem when I want to create a resource.
in the specification id is not mandatory :
http://jsonapi.org/format/#document-resource-objects
Exception: The id member is not required when the resource object originates at the client and represents a new resource to be created on the server.
Thanks,
Jeremie
The text was updated successfully, but these errors were encountered: