SW Combine SDK
    Preparing search index...

    Faction budgets resource

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • List faction budgets (paginated)

      Parameters

      • options: { factionId: string; item_count?: number; start_index?: number }

        Faction ID and optional pagination parameters

      Returns Promise<Budget[]>

      const budgets = await client.faction.budgets.list({ factionId: '20:123' });
      const moreBudgets = await client.faction.budgets.list({ factionId: '20:123', start_index: 51, item_count: 50 });