1
2
pub mod rest;
pub use rest::{Error as RestError, RawRestClient, RestClient, SearchRequestBuilder};