-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add addusers command #27
Conversation
- The command adds multiple users at once
- An exception for 404 response (if user_id is not valid) has to be handled correctly -> a TODO has been added - minor fix adding clearer logs
closes #17 |
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.
Some minor adjustments but overall that's what we want!
It might be right to factorize/homogenize some code between adduser
and addusers
though
- The function is now common to adduser and addusers commands
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.
With this refactorization, this PR looks perfect!
You still need to resolve pylint issues! 🐞
Sorry for that '^^ |
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.
perfect!
tks @J3y0 you can merge it :)
The command adds multiple users at once.
Linked to #17