Create Retrofit client with SpringBoot

Ritesh Dalvi
3 min readMay 10, 2020

What is Retrofit

It's an open source Http client library from Square to create client for Restful APIs. It is build on top of OkHttp(open source from Square).

With retrofit all you need to do is represent the API through Java Interface

How to configure Retrofit

--

--

Ritesh Dalvi

Senior Software Engineer in Adobe with Masters Degree in CS. A programming enthusiastic who like to write about tech and software development.