Preparing search index...
The search index is not available
@egomobile/api-utils
@egomobile/api-utils
ApiHandlerMethods
Type alias ApiHandlerMethods<THandler>
Api
Handler
Methods
<
THandler
>
:
{
[
methodName
:
string
]
:
ApiHandlerFunc
<
THandler
>
|
ApiHandlerFuncWithOptions
<
THandler
,
any
>
;
}
&
{
[
K
in
keyof
IApiHandler
]
?:
never
}
A repository of API handler methods.
Type Parameters
THandler
extends
IApiHandler
Type declaration
[
methodName
:
string
]:
ApiHandlerFunc
<
THandler
>
|
ApiHandlerFuncWithOptions
<
THandler
,
any
>
The list of methods.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@egomobile/api-utils
ApiResponseBuilder
UnexpectedApiResponseError
IAddApiResponseMessageOptions
IApiHandler
IApiHandlerFactoryOptions
IApiListQuery
IApiResponse
IApiResponseBuilderFactoryOptions
IApiResponseBuilderOptions
IApiResponseMessage
IApiResponseOptions
IApiResponseValidatorContext
ICreateApiHandlerFactoryOptions
ICreateSwaggerSchemaForApiListResponseOptions
ICreateSwaggerSchemaForApiResponseOptions
ICreateSwaggerStatSettingsResult
ILoadSwaggerDocumentationFileFilterContext
ILoadSwaggerDocumentationOptions
ILoadSwaggerDocumentationResult
IParseListQueryOptions
ISetupControllersWithSwaggerStatsOptions
Loading...
Generated using
TypeDoc
A repository of API handler methods.