-
Notifications
You must be signed in to change notification settings - Fork 53
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
Feature/create board by workspace #60
Feature/create board by workspace #60
Conversation
Updated with type hints and some custom ones |
I think this should be ready to review now 😄 |
Thanks again @albcl, will take a look! |
@all-contributors please add @albcl for code |
I've put up a pull request to add @albcl! 🎉 |
@all-contributors please add @albcl to code |
@all-contributors please remove @albcl from code |
I could not determine your intention. Basic usage: @all-contributors please add @Someone for code, doc and infra For other usages see the documentation |
* Added "create board by workspace id" * Update readme * Added missing type hints * Updated test * More custom type hints * Type hints for 'get_boards_query' * Fixed tests * Updated Readme and 'fetch_boards' method
What changed:
Added
create_boards()
function and a test for it.Also,
Readme
has been updated.What resolves:
Issue #59: Will allow users to easily create boards optionally specifying a workspace for it.