Self Descriptive HTTP API in ASP.NET Core: HATEOAS
This post is in my Self Descriptive HTTP API in ASP.NET Core series. It demonstrates how to design an HTTP API like a regular HTML website. Bringing the concepts of links and actions to your API allows your clients to consume it with ease. If you’re new to this series, here are earlier posts to get up to speed: Intro Object as Resource Hypermedia Siren If you have any questions, please follow me on Twitter. Actions In my last post I covered outputting a siren hypermedia payload from our ASP.NET Core MVC application. Specifically I showed linking to each Todo item within… Read More »Self Descriptive HTTP API in ASP.NET Core: HATEOAS