-
Notifications
You must be signed in to change notification settings - Fork 134
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
[PPS] Added a method to get a detailed meeting report #86
base: develop
Are you sure you want to change the base?
Conversation
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.
Thank you for taking the time to make an addition to the library! Can you please write a test case for it?
A bunch of things are getting merged in to develop, so please make sure to merge in the most recent develop before you submit for the next round of review. Thank you for your time and effort!
@@ -41,6 +41,15 @@ def get_user_report(self, **kwargs): | |||
"/report/users/{}/meetings".format(kwargs.get("user_id")), params=kwargs | |||
) | |||
|
|||
def get_meeting_detail_report(self, **kwargs): |
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.
Thank you for this addition! Can you please add a test case for it so that we can ensure that we are maintaining test coverage?
Thank you for your time and effort!
Hi, noob question but how do I join a meeting with it? |
It was a requirement for my company, but sharing here as well