OData

Create and consume RESTful APIs in a simple and standard way

Integrating Cosmos DB with OData (Part 3)

Sometimes requiring to build an entire ASP.NET Core application just for the purpose of exposing a RESTFul API endpoint to give your API consumers the ability to query, filter and order the data could be a bit of an overhead, especially if you are not planning on adding in any additional business logic between your data and it's consumers. ...