-
Notifications
You must be signed in to change notification settings - Fork 38
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
Model Cascading and Model Collections #114
Comments
Hello @sanandrea, thank you for filling this feature request. I think it's a valid one! Unfortunately we don't have bandwidth to implement it in the near future. Would you like to contribute this feature yourself? |
@bajtos I have sort of implemented this, but I would like to know if there is another repo which is used to test the sdk features. |
Not really, we usually write unit/integration tests to verify new features. |
@sanandrea Can you please suggest me how to implement this ? It would be great if you can provide some help. |
It seems it is not possible to automatically inflate the embedded models (cascade) or collection relationships. At the current status one should manually create the embedded models.
e.g.
and
When retrieving
restaurant
from server theaddress
field is aNSDictionary
.The text was updated successfully, but these errors were encountered: