openapi-client ~master (2024-03-13T08:39:32Z)
Dub
Repo
ApiRequest.setPathParam
openapi_client
apirequest
ApiRequest
URL-encode a value to add as a path parameter.
void
setPathParam
(string key, string value)
void
setPathParam
(string key, T value)
void
setPathParam
(string key, Nullable!T value)
class
ApiRequest
void
setPathParam
(
T
:
Nullable
!
T
)
(
string
key
,
Nullable
!
T
value
)
Meta
Source
See Implementation
openapi_client
apirequest
ApiRequest
constructors
this
functions
getUrl
makeRequest
setHeaderParam
setPathParam
setQueryParam
variables
headerParams
method
pathParams
pathUrl
queryParams
serverUrl
URL-encode a value to add as a path parameter.