Allows you to dynamically generate URIs by inserting parameters which are annotated with the
RestUriParam annotation.
You can use the
RestUriParam annotation, as well as other related annotations,
on @
Processor method arguments or @Configurable fields of the connector.
When generating the request call, DevKit includes a non-annotated argument
and an argument annotated with
Payload as the body of the call.
When applying annotations to
Processor methods, specify a placeholder
in the URI by surrounding the placeholder with curly braces, for example {type}.