Function get_system
Source pub fn get_system(id: i32) -> Result<System>
Expand description
Executes a GET request to the /Systems/{id}
endpoint to retrieve a specific system
.
ยงErrors
If any request error occurs, or if no system with this id
is found (resulting in a parsing error),
the error will be returned.