Function GameServerApiFactory GameServerApiFactory ( configuration ?: Configuration , basePath ?: string , axios ?: AxiosInstance , ) : { gameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerCreate ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputDTOAPI > ; gameServerControllerExecuteCommand ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < CommandExecuteDTOAPI > ; gameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ImportStatusOutputDTOAPI > ; gameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputArrayDTOAPI > ; gameServerControllerGetMapInfo ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerGetMapTile ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > ; gameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputDTOAPI > ; gameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < PlayerOnGameserverOutputDTOAPI > ; gameServerControllerGetTypes ( options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTypesOutputDTOAPI > ; gameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig , ) : AxiosPromise < ImportOutputDTOAPI > ; gameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > ; gameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < BanPlayerOutputDTO > ; gameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerSearch ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputArrayDTOAPI > ; gameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerTestReachability ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTestReachabilityDTOAPI > ; gameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTestReachabilityDTOAPI > ; gameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > ; gameServerControllerUpdate ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputDTOAPI > ; } Parameters Optional
configuration : Configuration Optional
basePath : string Optional
axios : AxiosInstance Returns { gameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerCreate ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputDTOAPI > ; gameServerControllerExecuteCommand ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < CommandExecuteDTOAPI > ; gameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ImportStatusOutputDTOAPI > ; gameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputArrayDTOAPI > ; gameServerControllerGetMapInfo ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerGetMapTile ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > ; gameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputDTOAPI > ; gameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < PlayerOnGameserverOutputDTOAPI > ; gameServerControllerGetTypes ( options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTypesOutputDTOAPI > ; gameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig , ) : AxiosPromise < ImportOutputDTOAPI > ; gameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > ; gameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < BanPlayerOutputDTO > ; gameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerSearch ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputArrayDTOAPI > ; gameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > ; gameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerTestReachability ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTestReachabilityDTOAPI > ; gameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTestReachabilityDTOAPI > ; gameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > ; gameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > ; gameServerControllerUpdate ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputDTOAPI > ; } gameServerControllerBanPlayer : functiongameServerControllerBanPlayer ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > Parameters gameServerId : string playerId : string Optional
banPlayerInputDTO : BanPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns AxiosPromise < APIOutput > gameServerControllerCreate : functiongameServerControllerExecuteCommand : functiongameServerControllerGetImport : functiongameServerControllerGetImport ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ImportStatusOutputDTOAPI > Parameters id : string Optional
options : RawAxiosRequestConfig gameServerControllerGetInstalledModules : functiongameServerControllerGetInstalledModules ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputArrayDTOAPI > Parameters id : string Optional
options : RawAxiosRequestConfig gameServerControllerGetMapInfo : functiongameServerControllerGetMapInfo ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > Parameters id : string Optional
options : RawAxiosRequestConfig Returns AxiosPromise < void > gameServerControllerGetMapTile : functiongameServerControllerGetMapTile ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > Parameters id : string x : string y : string z : string Optional
options : RawAxiosRequestConfig Returns AxiosPromise < void > gameServerControllerGetModuleInstallation : functiongameServerControllerGetModuleInstallation ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > Parameters gameServerId : string moduleId : string Optional
options : RawAxiosRequestConfig gameServerControllerGetOne : functiongameServerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerOutputDTOAPI > Parameters id : string Optional
options : RawAxiosRequestConfig gameServerControllerGetPlayers : functiongameServerControllerGetPlayers ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < PlayerOnGameserverOutputDTOAPI > Parameters id : string Optional
options : RawAxiosRequestConfig gameServerControllerGetTypes : functiongameServerControllerGetTypes ( options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTypesOutputDTOAPI > Parameters Optional
options : RawAxiosRequestConfig gameServerControllerGiveItem : functiongameServerControllerGiveItem ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > Parameters gameServerId : string playerId : string Optional
giveItemInputDTO : GiveItemInputDTO Optional
options : RawAxiosRequestConfig Returns AxiosPromise < void > gameServerControllerImportFromCSMM : functiongameServerControllerImportFromCSMM ( options ?: RawAxiosRequestConfig , ) : AxiosPromise < ImportOutputDTOAPI > Parameters Optional
options : RawAxiosRequestConfig gameServerControllerInstallModule : functiongameServerControllerInstallModule ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > Parameters gameServerId : string moduleId : string Optional
moduleInstallDTO : ModuleInstallDTO Optional
options : RawAxiosRequestConfig gameServerControllerKickPlayer : functiongameServerControllerKickPlayer ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > Parameters gameServerId : string playerId : string Optional
kickPlayerInputDTO : KickPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns AxiosPromise < APIOutput > gameServerControllerListBans : functiongameServerControllerListBans ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < BanPlayerOutputDTO > Parameters id : string Optional
options : RawAxiosRequestConfig gameServerControllerRemove : functiongameServerControllerRemove ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > Parameters id : string Optional
options : RawAxiosRequestConfig Returns AxiosPromise < APIOutput > gameServerControllerSearch : functiongameServerControllerSendMessage : functiongameServerControllerSendMessage ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > Parameters id : string Optional
messageSendInputDTO : MessageSendInputDTO Optional
options : RawAxiosRequestConfig Returns AxiosPromise < APIOutput > gameServerControllerShutdown : functiongameServerControllerShutdown ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < void > Parameters id : string Optional
options : RawAxiosRequestConfig Returns AxiosPromise < void > gameServerControllerTeleportPlayer : functiongameServerControllerTeleportPlayer ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > Parameters gameServerId : string playerId : string Optional
teleportPlayerInputDTO : TeleportPlayerInputDTO Optional
options : RawAxiosRequestConfig Returns AxiosPromise < APIOutput > gameServerControllerTestReachability : functiongameServerControllerTestReachabilityForId : functiongameServerControllerTestReachabilityForId ( id : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < GameServerTestReachabilityDTOAPI > Parameters id : string Optional
options : RawAxiosRequestConfig gameServerControllerUnbanPlayer : functiongameServerControllerUnbanPlayer ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < APIOutput > Parameters gameServerId : string playerId : string Optional
options : RawAxiosRequestConfig Returns AxiosPromise < APIOutput > gameServerControllerUninstallModule : functiongameServerControllerUninstallModule ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) : AxiosPromise < ModuleInstallationOutputDTOAPI > Parameters gameServerId : string moduleId : string Optional
options : RawAxiosRequestConfig gameServerControllerUpdate : function
GameServerApi - factory interface
Export