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

Implement minimal project creation and retrieval endpoints #22

Closed
KonradUdoHannes opened this issue Jul 11, 2023 · 1 comment
Closed
Assignees
Labels

Comments

@KonradUdoHannes
Copy link
Collaborator

The main focus here should be to implement a minimal project model together with the following endpoints

  • POST /projects
  • GET /projects
  • GET /projects/{id}

The focus should not be on completeness of the project data model, but on the endpoints. There are no constraints on the path parameters for the endpoint as long as uniqueness is easy to achieve.

@KonradUdoHannes
Copy link
Collaborator Author

done in #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant