voyager_client 0.3.6

Crate that contains base clients for interacting with the NASA Open APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// DONKI Coronal Mass Ejection (CME) Endpoint
pub mod cme;
/// DONKI Geomagnetic Storm (GST) Endpoint
pub mod gst;
/// DONKI Solar Flare (FLR) Endpoint
pub mod flr;
/// DONKI Interplanetary Shock (IPS) Endpoint
pub mod ips;
/// DONKI Solar Energetic Particle (SEP) Endpoint
pub mod sep;
/// DONKI Radiation Belt Enhancement (RBE) Endpoint
pub mod rbe;