1 unstable release

0.0.0 Oct 7, 2024

#1640 in #api-client

43 downloads per month

MIT license

41KB
1.5K SLoC

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);
};

Dependencies

~4–16MB
~196K SLoC