Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sujayganesh-n-2613/Contact-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact-Manager API

Contact Manager API is used to add, edit, update and delete contacts.

This API is based on the REST Principles.

Getting Started

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

List contacts

GET  /contacts 

List all contacts

Parameters

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages