You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those methods return the object form that is acceptable to the API, meaning that you could pass an Egg instance directly to an API request (for example). There's not actual reason to do this though, and this is only really used internally.
Any reason why
Nest
type andEgg
doesn't return all the object when usingto_dict
?See Nest.to_dict and Egg.to_dict.
The text was updated successfully, but these errors were encountered: