Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalwhyte/hngx-secondstage
https://github.com/kalwhyte/hngx-secondstage
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kalwhyte/hngx-secondstage
- Owner: kalwhyte
- License: mit
- Created: 2023-09-13T10:11:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T00:17:08.000Z (about 1 year ago)
- Last Synced: 2023-09-15T14:38:36.866Z (about 1 year ago)
- Language: Python
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hngx-SecondStage
## API Endpoints
List and describe the API endpoints available in your Flask app.
- **POST /api/**: Create a new user.
- **GET /api/**: Retrieve a user by ID.
- **PUT /api/**: Update a user by ID.
- **DELETE /api/**: Delete a user by ID.
- **GET /api/users**: List all users.