1pub mod client; 2pub mod error; 3pub mod models; 4 5pub use client::RecommendClient; 6pub use error::Error; 7pub use models::*;