This Java project implements examples of HTTP requests using the GET and POST methods. These are introductory examples for a first contact with the HTTP-Client API.
Project for creating a REST API with Java. An API is said to be Restful if it follows the REST standard, or Richardson's maturity model. For this, we use modules such as spring web, spring-jpa and spring Hateoas in this basic API.