Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Const get

Const getById

  • example

    Get the data from the Metamorph league, including the first 100 entries of the ladder.

    const data = await PathOfExile.Leagues.getById("Metamorph", { ladder: 1, limit: 100 });
    
    endpoint

    https://api.pathofexile.com/leagues/id

    throws

    APIError

    Parameters

    Returns Promise<League>

Const getRuleById

  • getRuleById(id: string): Promise<Rule>

Const getRules

  • getRules(): Promise<Rule[]>

Generated using TypeDoc