1
2
3
4
//! A set of constants used by the library.

/// The base URI to the API.
pub const API_URL: &'static str = "https://api.darksky.net";