Implement FilteredViews
yt-ms opened this issue · 0 comments
yt-ms commented
Checklist
- There are no similar issues or pull requests for this yet.
Is your feature related to a problem? Please describe it.
As per the Swagger description, FilteredView
represents a view on top of a view, which can be used to include or exclude specific elements.
Describe the solution you would like.
Direct port of the Java implementation, which looks pretty straightforward, and add to ViewSet
.