eagle-api

Crates.ioeagle-api
lib.rseagle-api
version0.0.0
sourcesrc
created_at2024-10-07 07:56:50.406334
updated_at2024-10-07 07:56:50.406334
descriptionEage API client.
homepagehttps://github.com/yorugr/eagle-api
repositoryhttps://github.com/yorugr/eagle-api
max_upload_size
id1399753
size40,875
Yoru (yorufx)

documentation

README

Eagel API

Eagle API client.

Usage

use eagle_api::EagleApi;

async {
    let api = EagleApi::new("http://localhost:41595");
    let items = api.item_list(None).await.unwrap();
    println!("{:#?}", items);
};
Commit count: 14

cargo fmt