-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ability to attach foreign model/dto objects to the JSON tree without any defined relationships #90
Comments
linked to #88 |
linked to #87 |
@vincesocal I asked the original author of #69 and I'll ask you the same question, can you provide a JSON API document example of what you are asking for. My preliminary assessment is this violates the specification full linkage requirement? JsonApiFramework |
Hello @scott-mcdonald , I originally posted the #88. Here is an example of what we doing now. An So, we want to include all of |
@tylerton The answer to your question needs to be broken up into multiple parts: Part 1 - JSON API Spec
Part 2 - Server Implementation
So to further assist you I will tell you at a very high level how I accomplished this on several work projects that use
|
@scott-mcdonald in one of my projects I need to return some straggler objects without any relationships in the JSON response, but the issue #69 prevent me in doing so. Can we add this to the framework. If you need help on this, please let me know.
The text was updated successfully, but these errors were encountered: