1pub mod client; 2pub mod error; 3 4pub use client::Delivery; 5pub use client::{Entries, EntriesResponse, Entry, GetManyParams, GetOneParams, Query}; 6pub use error::ClientError;