Skip to content

Commit f463a5d

Browse files
committed
Expose Response struct
1 parent 50746f3 commit f463a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ mod error;
4242
use api::Api;
4343

4444
pub use client::Client;
45+
pub use client::Response;
4546
pub use error::Error;
4647
/// Result for API calls from [`Client`]
4748
pub type Result<T> = std::result::Result<T, error::Error>;

0 commit comments

Comments
 (0)