We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We gaan gebruiken: FastAPI ipv Flask.
Het wordt een aparte API qua code, die schrijft en leest naar en van dezelfde database.
Middels OpenAPI kunnen we automatisch API documentatie maken.
/user/list
/user/create
/user/update
/user/delete
/organisation/list
/organisation/create
/organisation/update
/organisation/delete
/organisation/yearly_cost_overview
The text was updated successfully, but these errors were encountered:
Migratie moet nog worden uitgevoerd, zodra de frontend ook met de nieuwe API werkt.
Sorry, something went wrong.
sven4all
No branches or pull requests
We gaan gebruiken: FastAPI ipv Flask.
Het wordt een aparte API qua code, die schrijft en leest naar en van dezelfde database.
Middels OpenAPI kunnen we automatisch API documentatie maken.
/user/list
API end point/user/create
API end point/user/update
API end point/user/delete
API end point/organisation/list
API end point/organisation/create
API end point/organisation/update
API end point/organisation/delete
API end point/organisation/yearly_cost_overview
API end pointThe text was updated successfully, but these errors were encountered: