We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50746f3 commit f463a5dCopy full SHA for f463a5d
src/lib.rs
@@ -42,6 +42,7 @@ mod error;
42
use api::Api;
43
44
pub use client::Client;
45
+pub use client::Response;
46
pub use error::Error;
47
/// Result for API calls from [`Client`]
48
pub type Result<T> = std::result::Result<T, error::Error>;
0 commit comments