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

fix(codegen): stripe "terminal" is not an object, but its subpaths are #475

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dgramop
Copy link
Contributor

@dgramop dgramop commented Jan 14, 2024

Was trying to generate a terminal connection token, but codegen incorrectly uses terminal as an object (instead of as a resource), leading to requests for terminal objects (like terminal.connection_token) being mislabeled in the map, and those objects not being found when it came time to generate impl's for their requests

Summary

Checklist

@dgramop dgramop changed the title fix(codegen): addresses no request impl's on terminal resource's objects fix(codegen): stripe "terminal" is not an object, but its subpaths are Jan 14, 2024
@dgramop
Copy link
Contributor Author

dgramop commented Jan 14, 2024

Note: I didn't run openapi-install before this commit, is that something I should take care of? Not sure what prefer w/r to keeping history clean. Lmk if you'd like me to to run it

Was trying to generate a terminal connection token, but codegen
incorrectly uses terminal as an object (instead of as a resource), leading to requests for terminal
objects (like terminal.connection_token) being mislabeled in the map,
and those objects not being found when it came time to generate impl's
for their requests
@arlyon
Copy link
Owner

arlyon commented Jan 24, 2024

Hey man, I just ran CI, will report back in a little bit. Thanks for taking the time!

@arlyon arlyon merged commit bcd8f8f into arlyon:master Jan 24, 2024
16 checks passed
@arlyon
Copy link
Owner

arlyon commented Jan 24, 2024

Merged! Doing a release today

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.

None yet

2 participants