Constructors

Methods

  • Create a new post with a file divided into chunks.

    Type Parameters

    • T

    Parameters

    • file: File

      The file object to upload.

    • chunkSize: number = ...

      Size of each chunk in bytes. Default is 1MB.

    • data: {
          [key: string]: any;
      } = {}

      Any additional data to pass along to the upload.

      • [key: string]: any

    Returns Promise<AxiosPromise<default<T>>>

    Promise

  • Follow a bug report for updates.

    Type Parameters

    • T

    Parameters

    • post_id: string
    • Optional data: object

    Returns AxiosPromise<default<T>>

  • Join a Play Together session.

    Type Parameters

    • T

    Parameters

    • post_id: string
    • Optional data: object

    Returns AxiosPromise<default<T>>

  • Leave a session or unfollow a bug.

    Type Parameters

    • T

    Parameters

    • post_id: string

    Returns AxiosPromise<default<T>>

  • Mark a bug as resolved (Admin only).

    Type Parameters

    • T

    Parameters

    • post_id: string

    Returns AxiosPromise<default<T>>

  • Update notification preferences for a post.

    Type Parameters

    • T

    Parameters

    • post_id: string
    • data: object

    Returns AxiosPromise<default<T>>

Generated using TypeDoc