given an operation (operationId or a path within the openapi document), and a list of (parameter => value) tuples, produce the corresponding Mojo::Message::Request object.
Optionally just produce the URI (skipping headers), e.g. for including in the "_links" portion of a HAL-like response.
Error if the operation does not exist, or any required parameters are not provided.
given an operation (operationId or a path within the openapi document), and a list of (parameter => value) tuples, produce the corresponding Mojo::Message::Request object.
Optionally just produce the URI (skipping headers), e.g. for including in the
"_links"portion of a HAL-like response.Error if the operation does not exist, or any required parameters are not provided.