microsoft / api-guidelines

Microsoft REST API Guidelines
Other
22.69k stars 2.71k forks source link

Add guidance to use composable functions instead of filter-as-segment feature #520

Open corranrogue9 opened 8 months ago

corranrogue9 commented 8 months ago

Discussed previously, this PR adds the guidance to avoid the filter-as-segment OData feature and instead use a composable function which accepts an expression parameter for those scenarios where operations on filtered collections are desirable.