Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaosouzaaa/namedhttpclient
Named Http Client Pattern in .NET
https://github.com/joaosouzaaa/namedhttpclient
http-client named-http-client
Last synced: about 1 month 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T11:51:32.000Z (about 2 months ago)
- Last Synced: 2024-12-11T12:35:51.210Z (about 1 month 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: 16.6 KB
- Stars: 0
- 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