If you search for libraries to make API calls from Node.js, chances are you’ll run into the Axios package. It’s easy to use, well documented, uses promises, and it works in browsers too. When things go wrong The main complaint from other developers is that when they make a request and an error response…