Struct space_rx::v2_api::requests::info::RoadsterInfoRequest[][src]

pub struct RoadsterInfoRequest {}

Retrieves orbital and other more general information about the Roadster launched into Space, driven by none other than Starman. Endpoint is v2/info/roadster.

According to the API documentation, this data is updated every 5 minutes.

Trait Implementations

impl Debug for RoadsterInfoRequest
[src]

Formats the value using the given formatter. Read more

impl Default for RoadsterInfoRequest
[src]

Returns the "default value" for a type. Read more

impl ApiRequest for RoadsterInfoRequest
[src]

Auto Trait Implementations