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

[PPS] Added a method to get a detailed meeting report #86

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

pritamps
Copy link

@pritamps pritamps commented May 5, 2020

It was a requirement for my company, but sharing here as well

Copy link
Owner

@prschmid prschmid left a 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):
Copy link
Owner

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!

@prschmid prschmid added this to the 1.1.4 milestone May 6, 2020
@slim-python
Copy link

Hi, noob question but how do I join a meeting with it?

@prschmid prschmid modified the milestones: 1.1.4, 1.1.5 Feb 3, 2021
@prschmid prschmid removed this from the 1.1.5 milestone Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants