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
- Host: GitHub
- URL: https://github.com/joaosouzaaa/typedhttpclient
- Owner: joaosouzaaa
- Created: 2024-10-10T21:20:43.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-12T11:28:49.000Z (4 months ago)
- Last Synced: 2025-02-12T12:45:23.525Z (4 months ago)
- Topics: http-client, typed-http-client
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_typed-http-client-in-net-activity-7295412916449632256-j1Xa?utm_source=share&utm_medium=member_desktop
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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