erest
Preparing search index...
APICommon
Interface APICommon<T>
interface
APICommon
<
T
=
DEFAULT_HANDLER
>
{
description
?:
string
;
handler
?:
T
;
method
:
"get"
|
"post"
|
"put"
|
"delete"
|
"patch"
;
path
:
string
;
response
?:
TYPE_RESPONSE
;
title
:
string
;
}
Type Parameters
T
=
DEFAULT_HANDLER
Hierarchy (
View Summary
)
APICommon
APIDefine
Index
Properties
description?
handler?
method
path
response?
title
Properties
Optional
description
description
?:
string
Optional
handler
handler
?:
T
method
method
:
"get"
|
"post"
|
"put"
|
"delete"
|
"patch"
path
path
:
string
Optional
response
response
?:
TYPE_RESPONSE
title
title
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
handler
method
path
response
title
erest
Loading...