How to Handle API Errors with Spring WebFlux and WebClient
Intro
In this tutorial, I’ll demo how to consume the GitHub API using the Spring Boot WebClient. The exciting part will be handling the response body if the API doesn’t return the content we expect but replies with an error body instead.