Function GameServerApiAxiosParamCreator GameServerApiAxiosParamCreator ( configuration ?: Configuration , ) : { gameServerControllerBanPlayer : ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerCreate : ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerExecuteCommand : ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetImport : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetInstalledModules : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetMapInfo : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetMapTile : ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetModuleInstallation : ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetPlayers : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetTypes : ( options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGiveItem : ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerImportFromCSMM : ( options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerInstallModule : ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerKickPlayer : ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerListBans : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerRemove : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerSearch : ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerSendMessage : ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerShutdown : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerTeleportPlayer : ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerTestReachability : ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerTestReachabilityForId : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerUnbanPlayer : ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerUninstallModule : ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerUpdate : ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } Parameters Optional
configuration : Configuration Returns { gameServerControllerBanPlayer : ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerCreate : ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerExecuteCommand : ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetImport : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetInstalledModules : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetMapInfo : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetMapTile : ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetModuleInstallation : ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetPlayers : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGetTypes : ( options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerGiveItem : ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerImportFromCSMM : ( options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerInstallModule : ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerKickPlayer : ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerListBans : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerRemove : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerSearch : ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerSendMessage : ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerShutdown : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerTeleportPlayer : ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerTestReachability : ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerTestReachabilityForId : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerUnbanPlayer : ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerUninstallModule : ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; gameServerControllerUpdate : ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } gameServerControllerBanPlayer : ( gameServerId : string , playerId : string , banPlayerInputDTO ?: BanPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerCreate : ( gameServerCreateDTO ?: GameServerCreateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerExecuteCommand : ( id : string , commandExecuteInputDTO ?: CommandExecuteInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerGetImport : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerGetInstalledModules : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerGetMapInfo : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerGetMapTile : ( id : string , x : string , y : string , z : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerGetModuleInstallation : ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerGetPlayers : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerGetTypes : ( options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerGiveItem : ( gameServerId : string , playerId : string , giveItemInputDTO ?: GiveItemInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerImportFromCSMM : ( options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerInstallModule : ( gameServerId : string , moduleId : string , moduleInstallDTO ?: ModuleInstallDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerKickPlayer : ( gameServerId : string , playerId : string , kickPlayerInputDTO ?: KickPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerListBans : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerRemove : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerSearch : ( gameServerSearchInputDTO ?: GameServerSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerSendMessage : ( id : string , messageSendInputDTO ?: MessageSendInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerShutdown : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerTeleportPlayer : ( gameServerId : string , playerId : string , teleportPlayerInputDTO ?: TeleportPlayerInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerTestReachability : ( gameServerTestReachabilityInputDTO ?: GameServerTestReachabilityInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerTestReachabilityForId : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > gameServerControllerUnbanPlayer : ( gameServerId : string , playerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerUninstallModule : ( gameServerId : string , moduleId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > gameServerControllerUpdate : ( id : string , gameServerUpdateDTO ?: GameServerUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs >
GameServerApi - axios parameter creator
Export