-
Notifications
You must be signed in to change notification settings - Fork 0
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
[WIP] Implement Admin View #1
base: develop
Are you sure you want to change the base?
Conversation
e5c9535
to
2d12854
Compare
}) | ||
|
||
switch (response.status) { | ||
case 200: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are more possible status codes. Look at the openAPI spec: https://github.com/NimbusX-CMS/NimbusX-content-managing-service/blob/develop/api.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope there are only 200, 500 and a missing 401 Unauthorized which should be added after authentication is implemented: https://github.com/NimbusX-CMS/NimbusX-content-managing-service/blob/27792246c46b1aed5d03413336d8b6e88e5d877c/api.yaml#L315
Co-authored-by: Jonas Bender <[email protected]>
095f557
to
830cfd1
Compare
a7b9d9d
to
34289a3
Compare
No description provided.