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

Add OpenAPI mapping support for query annotation with name field #1771

Merged
merged 6 commits into from
Sep 19, 2024

Conversation

TharmiganK
Copy link
Contributor

@TharmiganK TharmiganK commented Sep 12, 2024

Purpose

$Subject

Fixes: ballerina-platform/ballerina-library#6984

This PR maps the name from the http:Query annotation for the query parameter name in the generated OpenAPI specification. This new field is introduced via ballerina-platform/module-ballerina-http#2143 and ballerina-platform/module-ballerina-http#2152

@TharmiganK TharmiganK marked this pull request as ready for review September 18, 2024 07:56
docs/ballerina-to-oas/spec/spec.md Outdated Show resolved Hide resolved
docs/ballerina-to-oas/spec/spec.md Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Sep 19, 2024

@TharmiganK TharmiganK merged commit 8b7cbb3 into master Sep 19, 2024
4 checks passed
@TharmiganK TharmiganK deleted the query-name-support branch September 19, 2024 07:31
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.

Add @http:Query annotation details into OAS code generation
3 participants