-
Notifications
You must be signed in to change notification settings - Fork 755
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 support for the Reporting resources #493
Conversation
fcb9dda
to
4cedde0
Compare
r? @ob-stripe |
|
||
module.exports = StripeResource.extend({ | ||
path: 'reporting/report_types', | ||
includeBasic: ['create', 'list', 'retrieve'], |
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.
Remove 'create'
.
4cedde0
to
2897f0c
Compare
@ob-stripe Fixed, PTAL |
Released as 6.9.0. |
Are there docs anywhere for reporting resources? |
@mbifulco This feature is still in private beta for now. If it sounds like something you'd be interested in, you should reach out to support at https://support.stripe.com/email to ask for more information and see if you could be invited. |
Adding support for the new Reporting resources. Those are in OpenAPI but not yet public but since they are starting to be used and are stable we should merge them.
It's WIP for now while I get some feedback on the implementation and the shape of the resources.
cc @stripe/api-libraries
cc @brahn-stripe