You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let url = format!("http://ws.audioscrobbler.com/2.0/?method=artist.getevents&artist=nightwish&api_key=572b13444704f89c67b07a713d5e5de1&format=json");letmut res = client.get(&url).header(Connection::close()).send().unwrap();letmut body = String::new();
res.read_to_string(&mut body).unwrap();println!("{}", body);
The output is a big and cutted json string.
The text was updated successfully, but these errors were encountered:
The output is a big and cutted json string.
The text was updated successfully, but these errors were encountered: