Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kalwhyte/hngx-secondstage


https://github.com/kalwhyte/hngx-secondstage

Last synced: 2 days ago
JSON representation

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.