An open API service indexing awesome lists of open source software.

https://github.com/dimipash/contacts-api

Flask API
https://github.com/dimipash/contacts-api

api flask

Last synced: 9 months ago
JSON representation

Flask API

Awesome Lists containing this project

README

          

## Contact Management API
This is a simple Flask-based API for managing contacts. It allows users to perform CRUD (Create, Read, Update, Delete) operations on a list of contacts.
## Endpoints

- GET /contacts: Retrieves a list of all contacts.
- GET /contacts/: Retrieves a single contact by its ID.
- POST /contacts: Creates a new contact.
- PUT /contacts/: Updates an existing contact by its ID.
- DELETE /contacts/: Deletes a contact by its ID.