-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add ability to map different types of objects #32
Conversation
From a quick skim, does this allow the use of a protocol rather than subclassing JSONAPIResourceBase? If so a big 👍 :) |
@jamesbrooks Ahhh, that would be huge |
Add support for generic one to many relationships
@jamesbrooks Not quite that. This is about supporting different kinds of objects for one relationship property. Added both mapping and serialization support. |
@joshdholtz Can we please merge this PR? It adds support for polymorphic types which many API implementations are using. As discussed here: json-api/json-api#862 |
@ealeksandrov @tarbrain Yes yes, thanks for pinging me 😊 Will merge this and push a pod update this morning 👍 |
Add ability to map different types of objects
@ealeksandrov Thanks for the contribution 🙌 Happy holidays! |
Thanks 👍 |
|
No description provided.