redarrowlabs / Argo

:squirrel: c# object => json.api relational mapping
MIT License
7 stars 3 forks source link

Utilize body of 201 response to patch backing resource #49

Closed kwal closed 7 years ago

kwal commented 7 years ago

When using the Create method, if the server returns a 201, it'd be nice patch the session data with the body of the response. This would be especially helpful for any meta properties that are added/updated server side.