You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/101/index.md
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Let's say we want to call an external HTTP API. Let's also say the API doesn't provide an SDK. We can use `HttpClient` but we would still want to get a strongly typed response object instead of the `HttpResponseMessage`, right? So, let's make a strongly typed client together!
4
4
5
+

6
+
5
7
## Spacing Things Up!
6
8
7
9
We'll use SpaceX API for our little experiment. Let's set up our project - it will have a `SpaceX.Protocol` class library, containing our strongly-typed client and `SpaceX.Tests` to test our efforts. Here are the console commands for setting up our solution:
0 commit comments