Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aimenux/echowebapidemo
A web api that echoes back request infos
https://github.com/aimenux/echowebapidemo
echo fluent-assertions integration-testing net80 unit-testing webapi xunit
Last synced: 13 days ago
JSON representation
A web api that echoes back request infos
- Host: GitHub
- URL: https://github.com/aimenux/echowebapidemo
- Owner: aimenux
- License: mit
- Created: 2022-11-27T23:31:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T16:00:31.000Z (11 months ago)
- Last Synced: 2024-11-11T15:16:21.131Z (2 months ago)
- Topics: echo, fluent-assertions, integration-testing, net80, unit-testing, webapi, xunit
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![.NET](https://github.com/aimenux/EchoWebApiDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/EchoWebApiDemo/actions/workflows/ci.yml)
# 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