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
in user.model.ts file there would be a function getUser which will take User as an optional parameter. It will return an empty user merged with the user provided in params
It would be awesome if the API client could generate constructor functions which would automatically fill null fields.
E.g:
and the response from the API would be:
the client would automatically migrate this model into:
The text was updated successfully, but these errors were encountered: