Skip to content

aimenux/EchoWebApiDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET

EchoWebApiDemo

A web api that echoes back request infos (body, headers, claims, etc.)

In this repo, i m using two ways to build a web api that echoes back request infos (body, headers, claims, etc.).

  • WayOne : based on mvc approach
  • WayTwo : based on minimal api approach

Tools : vs22, net 8.0, web api, unit-testing, integration-testing, xunit, fluent-assertions, nsubstitute