How do I add HATEOAS support to a .NET Core 6 OData enabled API
Tony Ambrose
5
Reputation points
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.
Sign in to answer