Function ModuleApiAxiosParamCreator ModuleApiAxiosParamCreator ( configuration ?: Configuration , ) : { moduleControllerCreate : ( moduleCreateAPIDTO ?: ModuleCreateAPIDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerExport : ( id : string , moduleExportOptionsDTO ?: ModuleExportOptionsDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerGetTags : ( id : string , page ?: number , limit ?: number , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerImport : ( body ?: any , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerRemove : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerSearch : ( moduleSearchInputDTO ?: ModuleSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerUpdate : ( id : string , moduleUpdateDTO ?: ModuleUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerGetInstalledModules : ( moduleInstallationSearchInputDTO ?: ModuleInstallationSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerGetModuleInstallation : ( moduleId : string , gameServerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerInstallModule : ( installModuleDTO ?: InstallModuleDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerUninstallModule : ( moduleId : string , gameServerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleVersionControllerGetModuleVersion : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleVersionControllerSearchVersions : ( moduleVersionSearchInputDTO ?: ModuleVersionSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleVersionControllerTagVersion : ( moduleVersionCreateAPIDTO ?: ModuleVersionCreateAPIDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } Parameters Optional
configuration : Configuration Returns { moduleControllerCreate : ( moduleCreateAPIDTO ?: ModuleCreateAPIDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerExport : ( id : string , moduleExportOptionsDTO ?: ModuleExportOptionsDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerGetTags : ( id : string , page ?: number , limit ?: number , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerImport : ( body ?: any , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerRemove : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerSearch : ( moduleSearchInputDTO ?: ModuleSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleControllerUpdate : ( id : string , moduleUpdateDTO ?: ModuleUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerGetInstalledModules : ( moduleInstallationSearchInputDTO ?: ModuleInstallationSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerGetModuleInstallation : ( moduleId : string , gameServerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerInstallModule : ( installModuleDTO ?: InstallModuleDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleInstallationsControllerUninstallModule : ( moduleId : string , gameServerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleVersionControllerGetModuleVersion : ( id : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleVersionControllerSearchVersions : ( moduleVersionSearchInputDTO ?: ModuleVersionSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; moduleVersionControllerTagVersion : ( moduleVersionCreateAPIDTO ?: ModuleVersionCreateAPIDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > ; } moduleControllerCreate : ( moduleCreateAPIDTO ?: ModuleCreateAPIDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleControllerExport : ( id : string , moduleExportOptionsDTO ?: ModuleExportOptionsDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleControllerGetOne : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > moduleControllerGetTags : ( id : string , page ?: number , limit ?: number , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleControllerImport : ( body ?: any , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > moduleControllerRemove : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > moduleControllerSearch : ( moduleSearchInputDTO ?: ModuleSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleControllerUpdate : ( id : string , moduleUpdateDTO ?: ModuleUpdateDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleInstallationsControllerGetInstalledModules : ( moduleInstallationSearchInputDTO ?: ModuleInstallationSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleInstallationsControllerGetModuleInstallation : ( moduleId : string , gameServerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleInstallationsControllerInstallModule : ( installModuleDTO ?: InstallModuleDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleInstallationsControllerUninstallModule : ( moduleId : string , gameServerId : string , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleVersionControllerGetModuleVersion : ( id : string , options ?: RawAxiosRequestConfig ) => Promise < RequestArgs > moduleVersionControllerSearchVersions : ( moduleVersionSearchInputDTO ?: ModuleVersionSearchInputDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs > moduleVersionControllerTagVersion : ( moduleVersionCreateAPIDTO ?: ModuleVersionCreateAPIDTO , options ?: RawAxiosRequestConfig , ) => Promise < RequestArgs >
ModuleApi - axios parameter creator
Export