Skip to content

Lightweight version #1815

Open
Open
@JohnGalt1717

Description

@JohnGalt1717

Currently there doesn't appear to be a way to just get $filter, $select, $top, $take, $count. It's all or nothing and you get all of the EDM. I would like to see a stripped down version of this for .NET Core 3.0 that has the commands broken out so that they alone can be applied with nothing else to any webapi endpoint that has the right attribute (and a way to have it apply to all endpoints that return ActionResult)

Why?

Because the vast majority of us are not exposing our EDM. We're exposing a REST API and want to give users of the api the ability to return subsets of data easily without having to reimplement the logic over and over again. Odata's logic for this is sound and shouldn't be reinvented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions