deboa-compio 0.1.3

A friendly rest client on top of hyper.
1
2
3
4
5
6
7
use deboa::TestResult;

#[compio::test]
async fn test_shl() -> TestResult<()> {
    let client = deboa_compio::Client::default();
    deboa_test_utils::base::client::test_shl(&client).await
}