nftfi 0.1.1

Client library for nftifi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[![Workflow Status](https://github.com/dialecticch/nftfi-rs/workflows/main/badge.svg)](https://github.com/dialecticch/nftfi-rs/actions?query=workflow%3A%22main%22)

# nftfi

client library for [nftfi](https://www.nftfi.com/) api

## Examples
```rust
let client = NFTFiClient::new().expect("client");
let listings = client.get_listings().await.expect("listings");
```

License: MIT