Retrofit, what is it? Most mobile applications consume REST JSON APIs to retrieve all the data necessary for their operation. Retrofit is today one of the easiest ways to implement calls to REST webservices . This is a REST client developed by Jake Wharton as well as all of Square’s staff. This library is itself based on the OKHttp REST client (further developed by […]