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

feat: add create user group #52

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

rek
Copy link
Contributor

@rek rek commented Jan 22, 2024

Add API for Teams: user groups

Link to ClickUp docs: https://clickup.com/api/clickupreference/operation/CreateTeam/

  • Add Create
  • Add Update
  • Add Delete
  • Add tests for Create
  • Add tests for Update
  • Add tests for Delete
  • Update Doc

Closes #51

@rek rek marked this pull request as ready for review January 30, 2024 19:02
@rek
Copy link
Contributor Author

rek commented Jan 30, 2024

@w-haibara this one is ready for review whenever you are free :D

@w-haibara w-haibara self-requested a review February 2, 2024 11:05
@rek rek force-pushed the feat/create_user_group branch from ddf9db0 to 72d83a2 Compare February 3, 2024 19:11
@pull-request-size pull-request-size bot added size/XS and removed size/L labels Feb 3, 2024
feat: add crud for user groups

feat: add test for update

test: add delete error tests

feat: add final examples after testing
@rek rek force-pushed the feat/create_user_group branch from 72d83a2 to f883c30 Compare February 3, 2024 19:16
@pull-request-size pull-request-size bot added size/L and removed size/XS labels Feb 3, 2024
Copy link
Contributor

@w-haibara w-haibara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

If you are new to pull requests, checkout Collaborating on projects using issues and pull requests / Creating a pull request.
If you are new to pull requests, checkout [Collaborating on projects using issues and pull requests / Creating a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@w-haibara w-haibara merged commit 253e1c3 into raksul:main Feb 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Create/Update/Delete for UserGroup(s)
2 participants