-
Notifications
You must be signed in to change notification settings - Fork 751
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 ScheduledQueryRun resource #482
Conversation
0cc79e1
to
0654718
Compare
Looks awesome to me. |
lib/stripe.js
Outdated
@@ -83,6 +83,9 @@ var resources = { | |||
Transactions: require('./resources/Issuing/Transactions'), | |||
Disputes: require('./resources/Issuing/Disputes'), | |||
}), | |||
Sigma: resourceNamespace('sigma', { | |||
ScheduledQueryRuns: require('./resources/Sigma/ScheduledQueryRun'), |
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.
It's kind of annoying, but I think the convention in Node is to have the filenames plural. Can we make this ScheduledQueryRuns
?
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.
ah nice catch on that one. I just fixed it if you can take a second look
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 you might've forgotten to commit a change :)
(The filename is modified, but this line is the same.)
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.
Damn sorry about that, totally forgot to fix that line. I re-ran the test suite to be safe and it all passes now!
Minor comment, but looks good! |
0654718
to
d8f988d
Compare
d8f988d
to
d28a1ca
Compare
Thanks for the fixes! LGTM. |
Released as 6.5.0. |
r? @jlomas-stripe @brandur-stripe
cc @stripe/api-libraries