1pub mod transport; 2pub mod client; 3pub mod error; 4 5pub use client::AuthenticatedClient; 6pub use error::ApiError;