Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transformable
    • Result

Index

Constructors

Properties

Methods

Constructors

constructor

  • Returns Result

Properties

complexity

complexity: null | number

hashes

hashes: string[]
overrides

result

id

id: string

Optional inexact

inexact: boolean

total

total: number

Methods

getNextItems

  • getNextItems(): Promise<null | Result[]>
  • throws

    APIError

    Returns Promise<null | Result[]>

    A list of item listings in sets of 10, null when there are no more listings to fetch

toPlain

  • toPlain(): unknown
  • Converts this class back into a plain javascript object.

    remarks

    Property keys which have been renamed during the initial transformation to a class object will be reverted to the original keys. For example, the cachedSince property in the Ladder class will be reverted to the original API property, cached_since.

    Returns unknown

Generated using TypeDoc