SW Combine SDK
    Preparing search index...

    Galaxy resource for accessing galactic information

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    • Client-side helper method to extract unique sectors from systems list Note: The API provides a direct sectors list endpoint via galaxy.sectors.list() This method is an alternative that derives sector information from the systems endpoint

      Returns Promise<{ href?: string; name: string; uid: string }[]>

      Array of unique sector information extracted from systems

      const sectorsData = await client.galaxy.getSectorsFromSystems();
      // Returns: [{ uid: '25:160', name: 'Seswenna', href: '...' }, ...]