2 releases
| 0.1.1 | Mar 27, 2022 |
|---|---|
| 0.1.0 | Mar 27, 2022 |
#707 in #tokio
21KB
515 lines
client library for nftfi api
Examples
use nftfi::client::NFTFiClient;
#[tokio::main]
async fn main() {
let client = NFTFiClient::new().expect("client");
let listings = client.get_listings().await.expect("listings");
}
nftfi
client library for nftfi api
Examples
let client = NFTFiClient::new().expect("client");
let listings = client.get_listings().await.expect("listings");
License: MIT
Dependencies
~8–23MB
~328K SLoC