Galaxy stations resource
https://www.swcombine.com/ws/v2.0/documentation/galaxy/stations/ SW Combine API Documentation
Get station by UID
List all stations in named systems with no ECM (paginated)
Optional
Optional pagination parameters
const stations = await client.galaxy.stations.list();const moreStations = await client.galaxy.stations.list({ start_index: 51, item_count: 50 }); Copy
const stations = await client.galaxy.stations.list();const moreStations = await client.galaxy.stations.list({ start_index: 51, item_count: 50 });
Galaxy stations resource
See
https://www.swcombine.com/ws/v2.0/documentation/galaxy/stations/ SW Combine API Documentation