https://github.com/joaosouzaaa/namedhttpclient
Named Http Client Pattern in .NET
https://github.com/joaosouzaaa/namedhttpclient
http-client named-http-client
Last synced: about 2 months ago
JSON representation
Named Http Client Pattern in .NET
- Host: GitHub
- URL: https://github.com/joaosouzaaa/namedhttpclient
- Owner: joaosouzaaa
- Created: 2024-09-27T23:43:51.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T11:51:32.000Z (6 months ago)
- Last Synced: 2025-02-11T14:41:22.578Z (4 months ago)
- Topics: http-client, named-http-client
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_named-client-pattern-activity-7272581613878718464-cU85?utm_source=share&utm_medium=member_desktop
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NamedHttpClient
The goal of this project is to show the implementation of http clients following the named pattern, using IHttpClientFactory interface.
# Technologies used
- .NET 9
- C#
- xUnit
- Moq