//! # at-api-rs
//!
//! Tools for interacting with the [Auckland Transport API](https://dev-portal.at.govt.nz/).
//! You must register to receive an API key to use this library.
// Auckland Transport base API URL.
pub const BASE_API_URL: &str = "https://api.at.govt.nz/v2";
pub use Realtime;