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
- Host: GitHub
- URL: https://github.com/dimipash/contacts-api
- Owner: dimipash
- Created: 2024-04-25T15:12:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:48:10.000Z (almost 2 years ago)
- Last Synced: 2025-07-03T01:34:32.392Z (12 months ago)
- Topics: api, flask
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.