Tag Archives: restful
Spring boot restful API
Restful API expresses CRUD operations through HTTP, the following is a set of Restful APIs to add, delete, modify and list FX currency values. URL HTTP Method function /fx POST list all the FX values /fx/{id} GET get FX values … Continue reading