Actions
User story #8193
closedAdd an option to be able to be more selective about node API returned content
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
No
Description
This is the code part of #8192.
The idea is that there is some case where you don't even want to have "minimal" attributes returned, but only some precesilly selected one.
We could either add a "?includeOnly=os,etc" attribute, or we could add a new set "none" along with "minimal, default, full" so that you would do "?include=none,os, etc"
A set a low level of priority because it is more optimization than a missing feature, even considering the quantity of data on the wire.
Updated by François ARMAND over 8 years ago
- Related to Bug #8192: Better document Node Api: include detail always returns "default" added
Updated by François ARMAND 2 months ago
- Status changed from New to Resolved
- Regression set to No
This is done since a long time ago
Actions