Function PlayerApiAxiosParamCreator PlayerApiAxiosParamCreator ( configuration ?: Configuration , ) : { banControllerCreate : ( banCreateDTO ?: BanCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerDelete : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerSearch : ( banSearchInputDTO ?: BanSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerUpdate : ( id : string , banUpdateDTO ?: BanUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerAssignRole : ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerGetMe : ( options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerRemoveRole : ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerSearch : ( playerSearchInputDTO ?: PlayerSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } Parameters Optional
configuration : Configuration Returns { banControllerCreate : ( banCreateDTO ?: BanCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerDelete : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerSearch : ( banSearchInputDTO ?: BanSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; banControllerUpdate : ( id : string , banUpdateDTO ?: BanUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerAssignRole : ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerGetMe : ( options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerRemoveRole : ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; playerControllerSearch : ( playerSearchInputDTO ?: PlayerSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } banControllerCreate : ( banCreateDTO ?: BanCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > banControllerDelete : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > banControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > banControllerSearch : ( banSearchInputDTO ?: BanSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > banControllerUpdate : ( id : string , banUpdateDTO ?: BanUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > playerControllerAssignRole : ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > playerControllerGetMe : ( options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > playerControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > playerControllerRemoveRole : ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > playerControllerSearch : ( playerSearchInputDTO ?: PlayerSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs >
PlayerApi - axios parameter creator
Export