-
Notifications
You must be signed in to change notification settings - Fork 7
V2 endpoints for user and access management #231
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
V2 endpoints for user and access management #231
Conversation
- add project and workspace role enums - add optional username to create_user - remove redudant arguments from delete() method - add tests for failures - permission issue, duplicate call, editor limit hit
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.
Nice..
-
one suggest for methods
add_user_permissions_to_project,remove_user_permissions_from_project
- we can add there message that this function will be deprecated in next major release 1.0.0 ? -
could we use new introduced methods also in tests e.g for
test_editor_push
and similar?
resolves #227
Implement v2 endpoints for creating user and CRUD on workspace and project roles.