Function get_systems
Source pub fn get_systems() -> Result<Vec<System>>
Expand description
Executes a GET request to the /Systems
endpoint to retrieve a list of all systems
.
Unlike similar endpoints, this endpoint doesn’t accept any filters, and should always return
all available systems, using a single request.
§Errors
Any request or parsing errors will be returned.