-
Notifications
You must be signed in to change notification settings - Fork 247
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 explode query params and example generation #1078
base: main
Are you sure you want to change the base?
Conversation
Size Change: 0 B Total Size: 2.07 MB ℹ️ View Unchanged
|
Visit the preview URL for this PR (updated for commit be0e76f): https://docusaurus-openapi-36b86--pr1078-tm9k8x09.web.app (expires Sat, 01 Mar 2025 22:02:54 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: bf293780ee827f578864d92193b8c2866acd459f |
Thanks Bryan, is the plan to, eventually, add support for the other style/parameters as defined here? |
Hi @sserrata, we should definitely aim to cover all parameter types and serializing combinations. We can look further into supporting all combinations in a separate PR? |
Description
This PR consists of adding support for
explode
and correct example generation for array query parameters.Motivation and Context
See #1024 for context
How Has This Been Tested?
Tested with OpenAPI example spec provided in #1024.
Screenshots (if appropriate)
Types of changes
Checklist