Skip to content

Commit f6a1936

Browse files
authored
Update README.md
1 parent 72ef7b8 commit f6a1936

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# TypeHttpClient
22
You will receive a HttpClient instance, which might have been decorated with some resilient strategy against transient failure and with some default values. You might even receive a client where the BaseUrl is already set. So, this approach can be particularly useful if you need to hide a REST API client behind a strongly-typed service layer.
3+
4+
This solution has 2 projects
5+
#TypedHttpClient - .Net Class Library
6+
Contains the typed http client library.
7+
8+
#HogwartsAPI - ASP.NET Core Web API
9+
Contains web api project which makes use of TypedHttpClient library to make http requests. Dependency injection for the TypedHttpClient is performed under Program.cs file.

0 commit comments

Comments
 (0)