We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've multiple times has the need to do more "rest full" behaviors that needed access to response headers ( to get etag ) etc.
turns out that the rest client supports things like:
@GET @Path("/public/schedules") RestResponse<ScheduleLinks> getSchedules();
but its not documented at all at https://quarkus.io/guides/rest-client
discussed a bit here https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Getting.20headers.20like.20etag.20via.20rest.20client.20.3F
opening this to have a trace of it and when someone (even me) have time to document it feel encouraged to do so :)
No response
The text was updated successfully, but these errors were encountered:
You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip
This message is automatically generated by a bot.
Sorry, something went wrong.
/cc @cescoffier (rest-client), @geoand (rest-client)
cc @lasteris
I will do it
🙏🏽
Successfully merging a pull request may close this issue.
Description
I've multiple times has the need to do more "rest full" behaviors that needed access to response headers ( to get etag ) etc.
turns out that the rest client supports things like:
but its not documented at all at https://quarkus.io/guides/rest-client
discussed a bit here https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Getting.20headers.20like.20etag.20via.20rest.20client.20.3F
opening this to have a trace of it and when someone (even me) have time to document it feel encouraged to do so :)
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: