-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
According to https://developers.google.com/drive/api/v3/performance#partial requests to API responses that use "data" wrappers, where the response is nested within a data object that looks like data: { ... }, one should not include "data" in the fields specification.
So instead of "fields=data(a,b)" it should be specified like "fields=a,b".
In this case the filtering is only applied to the data property; any other properties of the wrapper object should not be filtered. Eg. { "success": true, "data": { ... } }
To not break the old versions this could be implemented as a property like with IgnoreCase on PartialJsonMediaTypeFormatter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels