How do I add HATEOAS support to a .NET Core 6 OData enabled API

Tony Ambrose 5 Reputation points
2023-02-02T20:33:30.5033333+00:00

Creating a .NET core 6 based Web API. Looking to support OData features such as $filter, $select, $orderby, $count, and to also provide HATEOAS links in responses. Having a hard time finding a good example of a code pattern that incorporates both OData and HATEOAS. Can absolutely find examples of incorporating OData, or incorporating HATEOAS links, but not both.

Anyone able to point me in the right direction? Appreciate assistance in advance.

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,648 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,400 questions
{count} votes