OpenApiCodeGen.Client.Tesla.Path (openapi_codegen v0.1.0)
Path generation operations for Tesla.
Summary
Functions
Uses Tesla.build_url with an interpolated string and a set of parameters to generate the URLs to be used by the client
Functions
Link to this function
generate(client_module_name, path, url_parameters)
Uses Tesla.build_url with an interpolated string and a set of parameters to generate the URLs to be used by the client
Params
client_module_name
module name of the generated clientpath
to generate the request path with string interpolationurl_parameters
generated byOpenApi.Codegen.Client.QueryParam
to generate the URL parameters