Function HookApiAxiosParamCreator HookApiAxiosParamCreator ( configuration ?: Configuration , ) : { hookControllerCreate : ( hookCreateDTO ?: HookCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerGetExecutions : ( id : string , success ?: any , eventSearchInputDTO ?: EventSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerRemove : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerSearch : ( hookSearchInputDTO ?: HookSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerTrigger : ( hookTriggerDTO ?: HookTriggerDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerUpdate : ( id : string , hookUpdateDTO ?: HookUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } Parameters Optional
configuration : Configuration Returns { hookControllerCreate : ( hookCreateDTO ?: HookCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerGetExecutions : ( id : string , success ?: any , eventSearchInputDTO ?: EventSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerRemove : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerSearch : ( hookSearchInputDTO ?: HookSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerTrigger : ( hookTriggerDTO ?: HookTriggerDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; hookControllerUpdate : ( id : string , hookUpdateDTO ?: HookUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } hookControllerCreate : ( hookCreateDTO ?: HookCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > hookControllerGetExecutions : ( id : string , success ?: any , eventSearchInputDTO ?: EventSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > hookControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > hookControllerRemove : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > hookControllerSearch : ( hookSearchInputDTO ?: HookSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > hookControllerTrigger : ( hookTriggerDTO ?: HookTriggerDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > hookControllerUpdate : ( id : string , hookUpdateDTO ?: HookUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs >
HookApi - axios parameter creator
Export