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
It would be nice if each method returned self instead of a new updated object. Keeping object properties up to date is difficult though because User, BaseDocument, and Document are treated as the same record in the response from the API.
Also, some properties are known if you created the object just now, but are not returned back if fetching from the API (e.g. SSN, DOB).
The text was updated successfully, but these errors were encountered:
It would be nice if each method returned self instead of a new updated object. Keeping object properties up to date is difficult though because User, BaseDocument, and Document are treated as the same record in the response from the API.
Also, some properties are known if you created the object just now, but are not returned back if fetching from the API (e.g. SSN, DOB).
The text was updated successfully, but these errors were encountered: