https://github.com/mikasjp/testingtypedhttpclients
Demo app for "How to test typed HTTP clients in .NET 6? " blogpost
https://github.com/mikasjp/testingtypedhttpclients
dotnet dotnet-core testing
Last synced: 2 months ago
JSON representation
Demo app for "How to test typed HTTP clients in .NET 6? " blogpost
- Host: GitHub
- URL: https://github.com/mikasjp/testingtypedhttpclients
- Owner: mikasjp
- Created: 2022-07-03T18:58:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T19:36:10.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T06:24:53.201Z (9 months ago)
- Topics: dotnet, dotnet-core, testing
- Language: C#
- Homepage: https://mikolaj-kaminski.com/how-to-test-typed-http-client-with-di/
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing typed HTTP clients
This demo is a part of this blog post:
[https://mikolaj-kaminski.com/how-to-test-typed-http-client-with-di/](https://mikolaj-kaminski.com/how-to-test-typed-http-client-with-di/)