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

[WIP] Implement Admin View #1

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open

[WIP] Implement Admin View #1

wants to merge 16 commits into from

Conversation

alaust-dev
Copy link
Member

No description provided.

@alaust-dev alaust-dev requested a review from jonas-be June 15, 2023 12:34
@alaust-dev alaust-dev force-pushed the feature/admin-view branch from e5c9535 to 2d12854 Compare June 17, 2023 10:56
})

switch (response.status) {
case 200:
Copy link
Member

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

Copy link
Member Author

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

alaust-dev and others added 2 commits June 26, 2023 18:31
Co-authored-by: Jonas Bender <[email protected]>
@alaust-dev alaust-dev force-pushed the feature/admin-view branch from 095f557 to 830cfd1 Compare June 26, 2023 16:58
@alaust-dev alaust-dev force-pushed the feature/admin-view branch from a7b9d9d to 34289a3 Compare July 4, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants