-
Notifications
You must be signed in to change notification settings - Fork 81
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
Handling local identifier ("lid") when creating resource #265
Comments
Hey @maksym-szymczak can you provide an example of what you are trying to achieve, I'm a bit slow today 😄 |
I want to create request body that will look like this: So server can create the base resource (person) and also relationship resources provided as "included" |
@maksym-szymczak got it, lib is not in sync with the spec, will add support and let you know here. |
@jasminb Great, thanks a lot! |
Hello,
I'm writing client for API which requires base resource with included relationship resources during creation. I need to use "lid" to identify those resources in request. Is there any way to handle such case in this library?
Thanks for your help
The text was updated successfully, but these errors were encountered: