Retrofit is a type-safe http client for java and android and its unique feature is it converts the http api call into a java interface and the actual implementation happens behind the scenes by retrofit library.
This rest client is a good alternative to springs own Rest Template for communication with any Rest API over HTTP call.
In this video we will be looking into how we can implement Retrofit rest client in our spring application to make the Rest API HTTP calls.
#CachedInsights #retrofit #spring #springboottutorial #restapi #http