Function HookApiAxiosParamCreator Hook Api Axios Param Creator ( 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 > ) ; } hook Controller Create : ( ( hookCreateDTO ?: HookCreateDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( hookCreateDTO ? , options ? ) : Promise < RequestArgs > Parameters Optional
hookCreateDTO : HookCreateDTO Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > hook Controller Get Executions : ( ( id : string , success ?: any , eventSearchInputDTO ?: EventSearchInputDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , success ? , eventSearchInputDTO ? , options ? ) : Promise < RequestArgs > Parameters id : string Optional
success : any Optional
eventSearchInputDTO : EventSearchInputDTO Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > hook Controller Get One : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , options ? ) : Promise < RequestArgs > Parameters id : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > hook Controller Remove : ( ( id : string , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , options ? ) : Promise < RequestArgs > Parameters id : string Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > hook Controller Search : ( ( hookSearchInputDTO ?: HookSearchInputDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( hookSearchInputDTO ? , options ? ) : Promise < RequestArgs > Returns Promise < RequestArgs > hook Controller Trigger : ( ( hookTriggerDTO ?: HookTriggerDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( hookTriggerDTO ? , options ? ) : Promise < RequestArgs > Parameters Optional
hookTriggerDTO : HookTriggerDTO Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs > hook Controller Update : ( ( id : string , hookUpdateDTO ?: HookUpdateDTO , options ??: RawAxiosRequestConfig ) => Promise < RequestArgs > ) ( id , hookUpdateDTO ? , options ? ) : Promise < RequestArgs > Parameters id : string Optional
hookUpdateDTO : HookUpdateDTO Optional
options : RawAxiosRequestConfig = {} Returns Promise < RequestArgs >
HookApi - axios parameter creator
Export