Function PlayerOnGameServerApiAxiosParamCreator

PlayerOnGameServerApi - axios parameter creator

  • Parameters

    • Optionalconfiguration: Configuration

    Returns {
        playerOnGameServerControllerAddCurrency: (
            gameServerId: string,
            playerId: string,
            playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        playerOnGameServerControllerDeductCurrency: (
            gameServerId: string,
            playerId: string,
            playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        playerOnGameServerControllerGetOne: (
            gameServerId: string,
            playerId: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        playerOnGameServerControllerSearch: (
            playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        playerOnGameServerControllerSetCurrency: (
            gameServerId: string,
            playerId: string,
            playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        playerOnGameServerControllerTransactBetweenPlayers: (
            gameServerId: string,
            sender: string,
            receiver: string,
            playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
    }

    • playerOnGameServerControllerAddCurrency: (
          gameServerId: string,
          playerId: string,
          playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      Required permissions: MANAGE_PLAYERS
      OperationId: PlayerOnGameServerControllerAddCurrency

    • playerOnGameServerControllerDeductCurrency: (
          gameServerId: string,
          playerId: string,
          playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      Required permissions: MANAGE_PLAYERS
      OperationId: PlayerOnGameServerControllerDeductCurrency

    • playerOnGameServerControllerGetOne: (
          gameServerId: string,
          playerId: string,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      Required permissions: READ_PLAYERS
      OperationId: PlayerOnGameServerControllerGetOne

    • playerOnGameServerControllerSearch: (
          playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      Required permissions: READ_PLAYERS
      OperationId: PlayerOnGameServerControllerSearch

    • playerOnGameServerControllerSetCurrency: (
          gameServerId: string,
          playerId: string,
          playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      Required permissions: MANAGE_PLAYERS
      OperationId: PlayerOnGameServerControllerSetCurrency

    • playerOnGameServerControllerTransactBetweenPlayers: (
          gameServerId: string,
          sender: string,
          receiver: string,
          playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO,
          options?: RawAxiosRequestConfig,
      ) => Promise<RequestArgs>

      Required permissions: MANAGE_PLAYERS
      OperationId: PlayerOnGameServerControllerTransactBetweenPlayers