An open API service indexing awesome lists of open source software.

https://github.com/joaosouzaaa/typedhttpclient

Typed Http Client Pattern in .NET
https://github.com/joaosouzaaa/typedhttpclient

http-client typed-http-client

Last synced: 4 months ago
JSON representation

Typed Http Client Pattern in .NET

Awesome Lists containing this project

README

        

# TypedHttpClient

The goal of this project is to show the implementation of http clients following the typed-client pattern using HttpClient as a injection.

# Technologies used
- .NET 9
- C#
- Moq
- xUnit
- Docker