Mocking Outbound HTTP Calls in Golang — interfaces

Brandon Atkinson
Level Up Coding
Published in
10 min readDec 14, 2020

--

Engineers these days have so many cool APIs to work with. You can literally find an API for a particular need with only a Google search. We have Twilio for sending emails/faxes/text messages, The Rundown for real-time sports scores and odds, or Airbnb to manage your listings. You could also head over to RapidAPI and discover literally hundreds of APIs for any need.

--

--