igorcosta / api_workspace

A restful API demo for GitHub Workspace
MIT License
0 stars 0 forks source link

Implement the Work details and Work status endpoints #8

Open igorcosta opened 6 months ago

igorcosta commented 6 months ago

Create an endpoint for retrieving work details (GET /works//details) Create an endpoint for updating work details (PUT /works//details)

Create an endpoint for retrieving work status (GET /works//status) Create an endpoint for updating work status (PUT /works//status)

igorcosta commented 6 months ago

Issue classified with labels:

igorcosta commented 6 months ago

Issue classified with labels: update-mgmt, rest-api, detail-fetch, status-update, work-api

igorcosta commented 6 months ago

Issue classified with labels: detail-fetch, rest-api, update-mgmt, status-update, work-api

igorcosta commented 6 months ago
Suggested improvements for the issue Here is the corrected title and body: Create endpoints for retrieving and updating work details and status. Create an endpoint for retrieving work details (GET /works//details) and return all the details of a specific work. Create an endpoint for updating work details (PUT /works//details) allowing the modification of specific work details. Similarly, create an endpoint for retrieving work status (GET /works//status) and returning the current status of a specific work. Create an endpoint for updating work status (PUT /works//status) allowing the updating of the status of a specific work. Note: The body of the issue lacked proper formatting, and the language was somewhat unclear. I corrected it to improve readability and clarity while maintaining the original meaning.