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 method and test webinar report #1213

Merged
merged 11 commits into from
Dec 13, 2024
Merged

add method and test webinar report #1213

merged 11 commits into from
Dec 13, 2024

Conversation

sharinetmc
Copy link
Contributor

Add get_webinar_report method to zoom connector

Copy link
Contributor

@KasiaHinkson KasiaHinkson left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@IanRFerguson IanRFerguson left a comment

Choose a reason for hiding this comment

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

It looks like there's a formatting check with ruff that's failing - I would recommend looking into it to get it resolved but not existential imo

@@ -40,7 +40,7 @@ def __init__(self, account_id=None, client_id=None, client_secret=None):
authorization_kwargs={"account_id": self.account_id},
)

def _get_request(self, endpoint, data_key, params=None, **kwargs):
def _get_request(self, endpoint, data_key=None, params=None, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the rationale behind defaulting this to None type?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This method that I have returns data that doesn't need to be parsed further using a key.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

But I guess it doesn't necessarily need to be a default value

@sharinetmc sharinetmc merged commit 53a866e into main Dec 13, 2024
56 checks passed
@sharinetmc sharinetmc deleted the add-zoom-method branch December 13, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants