-
Notifications
You must be signed in to change notification settings - Fork 17
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(cts): remove default query parameters APIC-428 #377
Conversation
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
66e1817
to
c15309a
Compare
ceac697
to
92fd4ec
Compare
16ea65f
to
f30aa37
Compare
f30aa37
to
b4534c4
Compare
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.
This looks good :D
Co-authored-by: Clément Vannicatte <[email protected]>
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.
:yes: GG
🧭 What and Why
🎟 JIRA Ticket: APIC-428
This removes the default value for the java client, replacing default with
null
.This also simplifies the CTS by removing the
method
, because it's always the same as the filename, theoperationId
and document a bit more the CTS.
Changes included:
data
tobody
(it only made sense for js)searchParams
toqueryParameters
(same)method
(alias to the filename)🧪 Test
CI