-
Notifications
You must be signed in to change notification settings - Fork 34
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 OpenAPI #715
base: main
Are you sure you want to change the base?
Fix OpenAPI #715
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.
Does this work with TSv2? The test is only for the contexts API.
Yep. See test line 12, 58-101, 266-356, and 488-end. |
Got it! If we're bringing OpenAPI back, we also need to add it to the list of packages in |
Good point, and I seem to have missed the confluent kafka lib in .github/ also. |
If I understand it correctly, OpenAPI is only useful if you're using |
It's only huge because the OpenAPI stuff was removed in #711. It's less < 100 lines of production code changes + almost 300 lines of new tests. |
Marking draft again.
|
Make independent from example templates
Add v2 decorator support
Fix 3 customer bugs in paths / argument handling
Fix the multiple entrypoint issue from #671