Nullables Livestream #6: Finish HttpClient
January 16, 2023
In this weekly livestream series, I pair up with Ted M. Young, aka jitterted, to look at Nullables and A-Frame Architecture as an alternative to Mocks, Spies, and Hexagonal Architecture. Each episode combines a healthy dose of architecture and design discussion with hands-on coding.
In this episode...
We finish off our Nullable JsonHttpClient
adapter by adding support for multiple responses per endpoint, output tracking, and the post()
method. Now we’re ready to use it in the rest of our code. In the final few minutes of the episode, we demonstrate how it works by using it in HttpScoreCategoryNotifier
.
Visit the episode archive for more.