-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make oAuth client related parameters optional #22
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.
What happens when you try to request product sinch.Sms.Send
when those parameters isn't present?
What error user will get?
key_secret: str = None, | ||
project_id: str = None, | ||
logger_name: str = None, | ||
logger: str = None, |
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.
Is logger is really an str
?
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.
oops; I've copy/pasted too much. Fixed
|
…evexp-323-make-client-oauth-params-optional" This reverts commit 61289a0, reversing changes made to 21dc00a.
DEVEXP-323