Here’s an example for getting the image URL of this image:
let cli = furbooru::Client::new("test", "my cool API token")?;
let img = cli.image(2366)?;
println!("URL: {}", img.view_url);
This will be improved in the future, and any bugs can be filed in either this thread or on the Github repository. Be sure to let me know what interesting things you do with this library!
Be well.
Furbooru is not cheap to operate - help support us financially!