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
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
For $expand, ensure we properly deserialize and associate the expanded properties in the response.
Is there an efficient way to always deserialize expanded properties whenever we encounter them in a response? That is, not be tied necessarily to $expand, but simply expand whenever we find expanded props in the payload. For example, if an API owner decides that the default should be to return some things expanded by default.
The text was updated successfully, but these errors were encountered:
For
$expand
, ensure we properly deserialize and associate the expanded properties in the response.Is there an efficient way to always deserialize expanded properties whenever we encounter them in a response? That is, not be tied necessarily to $expand, but simply expand whenever we find expanded props in the payload. For example, if an API owner decides that the default should be to return some things expanded by default.
The text was updated successfully, but these errors were encountered: