Crates.io | eagle-api |
lib.rs | eagle-api |
version | 0.0.0 |
source | src |
created_at | 2024-10-07 07:56:50.406334 |
updated_at | 2024-10-07 07:56:50.406334 |
description | Eage API client. |
homepage | https://github.com/yorugr/eagle-api |
repository | https://github.com/yorugr/eagle-api |
max_upload_size | |
id | 1399753 |
size | 40,875 |
Eagle API client.
use eagle_api::EagleApi;
async {
let api = EagleApi::new("http://localhost:41595");
let items = api.item_list(None).await.unwrap();
println!("{:#?}", items);
};