Skip to content

Commit 7eae3d8

Browse files
authored
client 101 thumb (#97)
1 parent ed76442 commit 7eae3d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/101/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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!
44

5+
![](thumb.png)
6+
57
## Spacing Things Up!
68

79
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:

client/101/thumb.png

66.9 KB
Loading

0 commit comments

Comments
 (0)