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

Add group_member_post.go #18

Merged

Conversation

S-H-GAMELINKS
Copy link
Contributor

Hi, Thanks for this great library.

I added support for the following Group APIs:

Inaddtional, add group member exsample.

member_type.go Outdated Show resolved Hide resolved
group_member_post.go Outdated Show resolved Hide resolved
member_type.go Outdated Show resolved Hide resolved
@rafecolton
Copy link
Collaborator

Looks like you have some minor formatting issues as well. This is almost there though, thanks for submitting!

member_type.go Outdated Show resolved Hide resolved
group_member_post.go Outdated Show resolved Hide resolved
member_type.go Outdated
Comment on lines 3 to 14
// Member represents an group member
type Member struct {
ID string `json:"id"`
Email string `json:"email"`
}

// ResopnseAddGroupMembers represents response for added member to group
type ResopnseAddGroupMembers struct {
// IDs has comma-delimited, like 'xxxxxxxxxx,xxxxxxxxxx'
IDs string `json:"ids"`
AddedAt string `json:"added_at"`
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are either of these types used in other API calls? If so, they can remain in this separate file, but if not, let's move them into group_member_post.go

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No used, I'll move to group_member_post.go

rafecolton
rafecolton previously approved these changes Apr 12, 2021
Copy link
Collaborator

@rafecolton rafecolton left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the contribution!

@rafecolton
Copy link
Collaborator

Looks like your commits are not signed. Can you please sign your commits, and then I will merge?

@S-H-GAMELINKS
Copy link
Contributor Author

S-H-GAMELINKS commented Apr 12, 2021

OK, signed commit pushed

@rafecolton rafecolton merged commit 753ed07 into zoom-lib-golang:master Apr 12, 2021
@S-H-GAMELINKS
Copy link
Contributor Author

Thanks for marged!

@S-H-GAMELINKS S-H-GAMELINKS deleted the add_group_member_post branch April 12, 2021 22:19
@rafecolton
Copy link
Collaborator

You're welcome, thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants