A client for war data.

Example

foxhole.war

Hierarchy

  • BaseClient
    • WarClient

Methods

Methods

  • Fetch data about the current state of the war.

    Returns Promise<War.State>

    Data about the current state of the war

    Example

    const warState = await foxhole.war.fetchState();