rest-vir - v2.2.0
Preparing search index...
extractEndpointMethodDefinition
Function extractEndpointMethodDefinition
extractEndpointMethodDefinition
<
Endpoint
extends
EndpointDefinition
,
Method
extends
"GET"
|
"PUT"
|
"POST"
|
"DELETE"
|
"PATCH"
|
"TRACE"
,
>
(
endpoint
:
Endpoint
,
method
:
Method
,
)
:
ExtractEndpointMethodDefinition
<
Endpoint
,
Method
>
|
undefined
Extract an Endpoint definition's method definition.
Type Parameters
Endpoint
extends
EndpointDefinition
Method
extends
"GET"
|
"PUT"
|
"POST"
|
"DELETE"
|
"PATCH"
|
"TRACE"
Parameters
endpoint
:
Endpoint
method
:
Method
Returns
ExtractEndpointMethodDefinition
<
Endpoint
,
Method
>
|
undefined
Package
@rest-vir/api
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
rest-vir - v2.2.0
Loading...
Extract an Endpoint definition's method definition.