How can I get download XML responde from a website that has a public API using Python3?
- by Sergio Tapia
See here: http://api.giantbomb.com/documentation/
Would I need to use something similar to the WebClient.DownloadData() from C#, but only in Python3?
I'm incredibly new to Python so maybe something even simpler already exists. Thank you for your time.