Skip to content

dorianmk/RESTfulAPI-HATEOAS-DotnetExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HATEOAS Driven REST API

An RESTful API example with HATEOAS (Hypermedia as the Engine of Application State)

Features

  • two simple entities (Book and Author) in many-to-many relationship
  • basic HATEOS implementaion with self and related objects links
  • controllers validate input data and return the right HTTP status code

Technologies

  • ASP.NET Core 6.0
  • EF Core
  • SQLite
  • Dependency injection

Launch

Start Debugging the WebAPI project in Microsoft Visual Studio 2022. Your browser will open the Swagger UI page.

About

An RestAPI example with HATEOAS

Topics

Resources

Stars

Watchers

Forks

Languages