contact manager api
1.0.0
REST API which manages contact records.
Stores, retrieves, updates, and deletes contact records.
| Method | Endpoint | Description |
|---|---|---|
| GET | /contacts |
List all contacts. |
| GET | /contacts/:id |
Get a specific contact with the provided id. |
| GET | /contacts/call-list |
Get a list of all contacts with home phone numbers. |
| POST | /contacts |
Create a new contact. |
| PUT | /contacts/:id |
Update a ticket. |
| DELETE | /contacts/:id |
Delete a contact. |
https://github.com/wmemorgan/contact-manager-apiMIT