Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ async fn deserialize() -> Result<(), Box<dyn std::error::Error>> {
let _res: Vec<VolumeResponse> = paged(Request::builder().build()?, Pagination::Limit(10))
.query_async(&client)
.await?;
// TODO

Ok(())
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ async fn deserialize() -> Result<(), Box<dyn std::error::Error>> {
.is_ok()
);
}
// TODO
Ok(())
}
Loading