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.
Actions