-
Notifications
You must be signed in to change notification settings - Fork 776
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
Flatten parameters in multipart requests #600
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.
Not sure this will work as desired with arrays – can we add a test?
r? @ob-stripe
@rattrayalex-stripe TBC, you should only pass params objects to |
Ah okay. LGTM |
77b7367
to
3cb25ee
Compare
Thanks Alex! |
Flatten parameters in multipart requests
Flatten parameters in multipart requests
r? @rattrayalex-stripe
cc @stripe/api-libraries
Allows for nested parameters in multipart requests (i.e. file creation requests).