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
/// Picture of the Day (APOD) client
pub mod apod;
/// Database of Notifications, Knowledge, Information (DONKI) clients
pub mod donki;
/// Near Earth Object (NEO) client
pub mod neo;
/// Earth Landsat Imagery Client
pub mod earth;
/// Earth Polychromatic Imaging Camera (EPIC) client
pub mod epic;