

In this article, you will develop a Spring Boot app that is a RESTful client because it follows this constraints to communicate with a RESTful API ( GitHub's API). In REST, GET requests should be used for resource lookup and PUT, POST, DELETE for updating,Ĭreating, and deleting a resource respectively. REST is not a standard but rather a set of constraints used to design web APIs in REST, which stands for Representational State Transfer, is an architectural style used to design web APIs
