rbeauchamp / Swashbuckle.OData

Extends Swashbuckle with OData v4 support!
Other
129 stars 96 forks source link

Output doesn't support $apply #147

Closed robertmclaws closed 7 years ago

robertmclaws commented 7 years ago

The OData v4 specification allows for a query aggregation method called $apply. In the generated output for this library, the $apply option is not present on GET methods, as seen in the following screenshot:

image

Would be great if this option could be added in, as we use it for grouping a LOT.

Thanks!

rbeauchamp commented 7 years ago

Moved to #150