Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 615 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 615 Bytes

Spring Boot Rest API

Get Request URL - http://localhost:8080/api/friends/

Post Request URL - http://localhost:8080/api/friends/ Give the below the Json data in the body and submit the post request,

{ "friendFirstName": "Manoj Kumar", "friendLastName": "Natarajan", "address": "Kansas city, Kansas" }

PUT Request URL - http://localhost:8080/api/friends/UUID

Give the UUID generated from the GET request URL JSON Response

DELETE Request URL - http://localhost:8080/api/friends/UUID

Give the UUID generated from the GET request URL JSON Response