Constructors

Methods

Constructors

Methods

  • Bulk create access keys from a string of codes.

    Type Parameters

    • T

    Parameters

    • title_id: string

      The UUID of the title.

    • data: {
          codes: string;
          platform: string;
      }

      The platform and codes to upload.

      • codes: string

        A string of codes separated by newlines, commas, or spaces.

      • platform: string

        The platform for the keys (e.g., 'steam').

    • Optional params: Record<string, any>

    Returns AxiosPromise<default<T>>

    Promise

Generated using TypeDoc