Game Server Api Fp ( configuration ? ) : { gameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerCreate ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > ; gameServerControllerExecuteCommand ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < CommandExecuteDTOAPI > ) > ; gameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportStatusOutputDTOAPI > ) > ; gameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputArrayDTOAPI > ) > ; gameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > ; gameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > ; gameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > ) > ; gameServerControllerGetTypes ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTypesOutputDTOAPI > ) > ; gameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; gameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportOutputDTOAPI > ) > ; gameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > ; gameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < BanPlayerOutputDTO > ) > ; gameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerSearch ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputArrayDTOAPI > ) > ; gameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; gameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerTestReachability ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTestReachabilityDTOAPI > ) > ; gameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTestReachabilityDTOAPI > ) > ; gameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > ; gameServerControllerUpdate ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > ; } Parameters Optional
configuration : Configuration Returns { gameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerCreate ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > ; gameServerControllerExecuteCommand ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < CommandExecuteDTOAPI > ) > ; gameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportStatusOutputDTOAPI > ) > ; gameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputArrayDTOAPI > ) > ; gameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > ; gameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > ; gameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > ) > ; gameServerControllerGetTypes ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTypesOutputDTOAPI > ) > ; gameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; gameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportOutputDTOAPI > ) > ; gameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > ; gameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < BanPlayerOutputDTO > ) > ; gameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerSearch ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputArrayDTOAPI > ) > ; gameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; gameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerTestReachability ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTestReachabilityDTOAPI > ) > ; gameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTestReachabilityDTOAPI > ) > ; gameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > ; gameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > ; gameServerControllerUpdate ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > ; } game Server Controller Ban Player : functiongame Server Controller Ban Player ( gameServerId , playerId , banPlayerInputDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > Parameters gameServerId : string playerId : string Optional
banPlayerInputDTO : BanPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > game Server Controller Create : functiongame Server Controller Create ( gameServerCreateDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > game Server Controller Execute Command : functiongame Server Controller Execute Command ( id , commandExecuteInputDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < CommandExecuteDTOAPI > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < CommandExecuteDTOAPI > ) > game Server Controller Get Import : functiongame Server Controller Get Import ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportStatusOutputDTOAPI > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportStatusOutputDTOAPI > ) > game Server Controller Get Installed Modules : functiongame Server Controller Get Module Installation : functiongame Server Controller Get Module Installation ( gameServerId , moduleId , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > Parameters gameServerId : string moduleId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > game Server Controller Get One : functiongame Server Controller Get One ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > game Server Controller Get Players : functiongame Server Controller Get Players ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < PlayerOnGameserverOutputDTOAPI > ) > game Server Controller Get Types : functiongame Server Controller Get Types ( options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTypesOutputDTOAPI > ) > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTypesOutputDTOAPI > ) > game Server Controller Give Item : functiongame Server Controller Give Item ( gameServerId , playerId , giveItemInputDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters gameServerId : string playerId : string Optional
giveItemInputDTO : GiveItemInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > game Server Controller Import FromCSMM : functiongame Server Controller Import FromCSMM ( options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportOutputDTOAPI > ) > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ImportOutputDTOAPI > ) > game Server Controller Install Module : functiongame Server Controller Install Module ( gameServerId , moduleId , moduleInstallDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > Parameters gameServerId : string moduleId : string Optional
moduleInstallDTO : ModuleInstallDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > game Server Controller Kick Player : functiongame Server Controller Kick Player ( gameServerId , playerId , kickPlayerInputDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > Parameters gameServerId : string playerId : string Optional
kickPlayerInputDTO : KickPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > game Server Controller List Bans : functiongame Server Controller List Bans ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < BanPlayerOutputDTO > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < BanPlayerOutputDTO > ) > game Server Controller Remove : functiongame Server Controller Remove ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > game Server Controller Search : functiongame Server Controller Send Message : functiongame Server Controller Send Message ( id , messageSendInputDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > Parameters id : string Optional
messageSendInputDTO : MessageSendInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > game Server Controller Shutdown : functiongame Server Controller Shutdown ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > game Server Controller Teleport Player : functiongame Server Controller Teleport Player ( gameServerId , playerId , teleportPlayerInputDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > Parameters gameServerId : string playerId : string Optional
teleportPlayerInputDTO : TeleportPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > game Server Controller Test Reachability : functiongame Server Controller Test Reachability For Id : functiongame Server Controller Test Reachability For Id ( id , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTestReachabilityDTOAPI > ) > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerTestReachabilityDTOAPI > ) > game Server Controller Unban Player : functiongame Server Controller Unban Player ( gameServerId , playerId , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > Parameters gameServerId : string playerId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > ) > game Server Controller Uninstall Module : functiongame Server Controller Uninstall Module ( gameServerId , moduleId , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > Parameters gameServerId : string moduleId : string Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < ModuleInstallationOutputDTOAPI > ) > game Server Controller Update : functiongame Server Controller Update ( id , gameServerUpdateDTO ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) > Parameters id : string Optional
gameServerUpdateDTO : GameServerUpdateDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < GameServerOutputDTOAPI > ) >
GameServerApi - functional programming interface
Export