Contact Manager API is used to add, edit, update and delete contacts.
This API is based on the REST Principles.
| List Contacts GET/http://localhost:8080/contactmanger/contacts/ |
List all the contacts |
| Get Contact GET/http://localhost:8080/contactmanger/contacts/:contactid |
Get details of the contact |
| Create Contact POST/http://localhost:8080/contactmanger/contacts/ |
Create contact with the given information |
| Update Contact PUT/http://localhost:8080/contactmanger/contacts/:contactid |
Update details of the contact |
| Delete Contact Delete/http://localhost:8080/contactmanger/contacts/ |
Delete details of the contact |
GET /contacts List all contacts
Parameters