Phonebook
API
Homepage
Welcome to the API RESTful service for the Phonebook
Here you can find the endpoints for the Phonebook API service. Feel free to use them!
About Phonebook
GET
/info
Get all persons
GET
/api/persons
Get a person by ID
GET
/api/persons/:id
Create a new person
POST
/api/persons
Delete a person by ID
DELETE
/api/persons/:id
Update a person by ID
PUT
/api/persons/:id