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 ScheduledQueryRun resource #482

Merged
merged 1 commit into from
Jul 28, 2018

Conversation

remi-stripe
Copy link
Contributor

r? @jlomas-stripe @brandur-stripe
cc @stripe/api-libraries

@jlomas-stripe
Copy link
Contributor

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'),
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

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.)

Copy link
Contributor Author

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!

@brandur-stripe
Copy link
Contributor

Minor comment, but looks good!

@remi-stripe remi-stripe force-pushed the remi-add-sigma-scheduled-query-run branch from 0654718 to d8f988d Compare July 28, 2018 00:18
@remi-stripe remi-stripe force-pushed the remi-add-sigma-scheduled-query-run branch from d8f988d to d28a1ca Compare July 28, 2018 00:24
@brandur-stripe
Copy link
Contributor

Thanks for the fixes! LGTM.

@brandur-stripe brandur-stripe merged commit 0849875 into master Jul 28, 2018
@brandur-stripe brandur-stripe deleted the remi-add-sigma-scheduled-query-run branch July 28, 2018 16:20
@brandur-stripe
Copy link
Contributor

Released as 6.5.0.

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