Java consume a REST API with retrofit2

Rest API expose methods POST/ GET / PUT , etc on the protocol HTTP : this make us simple our life:  Rest API allows interoperability  in a very simple way. Before any step, is strong advised understand the basic principles of HTTP (I’m planning to write something about this later). Situation A rest endpoint exposesContinue reading “Java consume a REST API with retrofit2”