Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define Container HTTP API #77

Closed
Tracked by #28
Goncalo-Marques opened this issue Apr 12, 2024 · 0 comments · Fixed by #78 or #107
Closed
Tracked by #28

Define Container HTTP API #77

Goncalo-Marques opened this issue Apr 12, 2024 · 0 comments · Fixed by #78 or #107
Assignees
Labels
enhancement New feature or request server app Work associated with the server app

Comments

@Goncalo-Marques
Copy link
Owner

Goncalo-Marques commented Apr 12, 2024

Define the following endpoints to manage a container:

HTTP Verb Endpoint Description
POST /containers Create a container
GET /containers List multiple containers
GET /containers/{id} Get a container
PATCH /containers/{id} Modify a container
DELETE /containers/{id} Delete a container
@Goncalo-Marques Goncalo-Marques mentioned this issue Apr 12, 2024
11 tasks
@Goncalo-Marques Goncalo-Marques self-assigned this Apr 12, 2024
@Goncalo-Marques Goncalo-Marques added enhancement New feature or request server app Work associated with the server app labels Apr 12, 2024
@Goncalo-Marques Goncalo-Marques linked a pull request Apr 12, 2024 that will close this issue
@Goncalo-Marques Goncalo-Marques changed the title Define User HTTP API Define Container HTTP API Apr 12, 2024
Goncalo-Marques added a commit that referenced this issue Apr 12, 2024
Refs: closes #77 

## Summary

Update the Swagger specification with the HTTP API definition for the
Container domain.

## Changes

- Update swagger spec with container endpoints
- Update handler structure to implement the generated http interface
@Goncalo-Marques Goncalo-Marques linked a pull request Apr 26, 2024 that will close this issue
Goncalo-Marques added a commit that referenced this issue Apr 26, 2024
Refs: closes #77 

## Summary

Update the Swagger specification with the HTTP API definition for the Container patch method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server app Work associated with the server app
Projects
Status: Done
1 participant