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