Self Descriptive HTTP API in ASP.NET Core: Siren
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 If you have any questions, please follow me on Twitter. Siren I mentioned that Siren was one media type that appeals to me because it supports both links and actions. This is important because I generally build core… Read More »Self Descriptive HTTP API in ASP.NET Core: Siren