DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Developing a RESTful Client with Retrofit and Spring Boot

In this article, you will learn how to use Retrofit, an HTTP client library, and Spring Boot to create a client for a RESTful API. You will use Spring Boot and its RestController functionality alongside Retrofit to develop a facade over GitHub's API. You will also learn how to convert JSON to POJOs (Plain Old Java Objects) using Google's Gson library and, last but not least, you will learn how to use the documentation of a RESTful API to your advantage.

Read on 🍃

Developing a RESTful Client with Retrofit and Spring Boot

Top comments (0)