Preparing search index...
The search index is not available
@koadz/types - v0.2.8
@koadz/types
core/api-config
APIEndpoint
Interface APIEndpoint
Interface representing the configuration for an API endpoint.
Memberof
APIEndpoints
interface
APIEndpoint
{
$ref
?:
string
;
endpointId
:
string
;
url
:
string
;
method
?:
HTTPMethod
;
description
?:
string
;
headers
?:
Record
<
string
,
string
>
;
pathParams
?:
DataObj
<
APISchemaValidationType
>
;
queryParams
?:
DataObj
<
APISchemaValidationType
>
;
requestBody
?:
DataObj
<
APISchemaValidationType
>
;
postMappers
?:
APIMappers
;
}
Index
Properties
$ref?
endpoint
Id
url
method?
description?
headers?
path
Params?
query
Params?
request
Body?
post
Mappers?
Properties
Optional
$ref
$ref
?:
string
endpoint
Id
endpointId
:
string
url
url
:
string
Optional
method
method
?:
HTTPMethod
Optional
description
description
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
path
Params
pathParams
?:
DataObj
<
APISchemaValidationType
>
Optional
query
Params
queryParams
?:
DataObj
<
APISchemaValidationType
>
Optional
request
Body
requestBody
?:
DataObj
<
APISchemaValidationType
>
Optional
post
Mappers
postMappers
?:
APIMappers
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$ref
endpoint
Id
url
method
description
headers
path
Params
query
Params
request
Body
post
Mappers
@koadz/types - v0.2.8
Loading...
Interface representing the configuration for an API endpoint.
Memberof
APIEndpoints