igorcosta / api_workspace

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

Implement Work endpoints #7

Open igorcosta opened 6 months ago

igorcosta commented 6 months ago

Create an endpoint for creating a new work (POST /works) Create an endpoint for retrieving work information (GET /works/) Create an endpoint for updating work information (PUT /works/) Create an endpoint for deleting a work (DELETE /works/)