pub async fn get_url() -> Result<String, Error>
Expand description

Gets the url of Bing wallpaper.

Example

let url = bing_wallpaper_url::get_url().await.unwrap();
println!("{}", url);