Stubbing the internet with Postman, HttpClient and HttpMessageHandler

When integrating with APIs all over the internet, it's nice to be able to run tests fast without actually calling the third parties. Here's a bunch of tricks I employ to stub at the very frontier of my network communication.…

Read this article