[Feature] Support URI template specification #181
luisaveiro
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is a great idea and something I would like to help on. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Allow a developer to construct request URLs using the URI template specification.
Possible implementation
The HTTP Client provides a
withUrlParameters
method that defines the URL parameters that can be expanded by the URI template.Method signature
Code examples
Beta Was this translation helpful? Give feedback.
All reactions