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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T16:00:31.000Z (about 1 year ago)
- Last Synced: 2025-01-10T00:24:31.990Z (4 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
[](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