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

Support variable/field initializer resolution when generating HTTP Client request from Java DSL calls #123

Closed
picimako opened this issue Oct 13, 2024 · 1 comment
Assignees
Labels
enhancement Improvement on an existing feature
Milestone

Comments

@picimako
Copy link
Owner

Summary

#61 introduced a complex resolution logic of various Admin API endpoint related Java calls, and the generation of HTTP Client requests from them. While it resolves certain constant values inside call parameter lists, it doesn't resolve variable and field initializers at the moment.

Tasks

  • Add resolution of variable and field initializers where feasible and possible.
@picimako picimako added the enhancement Improvement on an existing feature label Oct 13, 2024
@picimako picimako added this to the v1.0.35 milestone Oct 13, 2024
@picimako picimako self-assigned this Oct 13, 2024
@picimako
Copy link
Owner Author

Completed in v1.0.35.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement on an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant