-
Notifications
You must be signed in to change notification settings - Fork 28
feat(java): Add WithHTTPInfo method derivatives #5712
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
Conversation
✔️ Code generated!
📊 Benchmark resultsBenchmarks performed on the method using a mock server, the results might not reflect the real-world performance.
|
shortcuts
left a comment
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.
congrats on your first pr!!!!!!!!!!!!!!
...lgoliasearch-client-java/algoliasearch/src/main/java/com/algolia/internal/HttpRequester.java
Outdated
Show resolved
Hide resolved
…com/algolia/internal/HttpRequester.java Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
shortcuts
left a comment
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.
nice, too bad we can't reuse the WithHTTPInfo methods in the non WithHTTPInfo ones, but looks clean!!
shortcuts
left a comment
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.
can you remove the [API-135] from the PR title? We only put them in the body, but the title will be added to the changelog and customer don't need this kind of infos
shortcuts
left a comment
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.
perfect, congrats on your first PR merged!
…skip ci] Co-authored-by: Mario-Alexandru Dan <marioalexandrudan@gmail.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
algolia/api-clients-automation#5712 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Mario-Alexandru Dan <marioalexandrudan@gmail.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
…rated) [skip ci]" This reverts commit bffff93.
mustache code generation for java
HttpRequester modification for WithHTTPInfo methods
🧭 What and Why
🎟 JIRA Ticket API-135:
https://algolia.atlassian.net/browse/API-135
Changes included:
🧪 Test