1pub mod shared; 2pub mod version1; 3 4pub use shared::errors::{ApiError, Result}; 5pub use version1::client;