-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Funqy HTTP query parameter binding #10968
Conversation
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.
LGTM.
I added a question about OffsetDateTime
I also think more documentation of date support (which format for example) needs to be written.
...qy-server-common/runtime/src/main/java/io/quarkus/funqy/runtime/query/QueryObjectMapper.java
Show resolved
Hide resolved
@patriot1burke could you have a look at the review? I'm releasing CR1 tomorrow. Thanks! |
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.
Didn't look closely at the impl, but from the description in the guide it looks very useful 👍
funqy query param list, set, map query param doc funqy yaml Update docs/src/main/asciidoc/funqy-http.adoc Co-authored-by: Loïc Mathieu <[email protected]> offset datetime
2c946ce
to
bfdddac
Compare
@gsmet Resovled all comments. Should be good. |
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.
Loïc looked OK with it apart from the comments so merging.
For GET requests, query parameters can now be mapped to the input parameter. Previously, GET requests could not send input to functions.
@gunnarmorling