-
Notifications
You must be signed in to change notification settings - Fork 1
feat: New snippets format (Numbers) and launcher #14
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
Conversation
* feat: Support 'config.properties' file to be shared across snippets
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.
LGTM
9ff3087
to
cbaeeab
Compare
snippets updated
@@ -44,16 +47,17 @@ public static void main(String[] args) { | |||
|
|||
NumbersService service = client.numbers().v1(); | |||
|
|||
Capability capability = Capability.SMS; |
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.
I think it was ok to keep the SMS capability as the number will be configured for SMS sending
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.
Yes ... and it is not a required parameter and wanted to keep consistent requests across SDKs (Node currently do not set it)
@alex-sberna / everyone