I\'m trying to GET an URL of the following format using requests.get() in python:
http://api.example.com/export/?format=json&key=site:dummy+type:example+group:wh
The solution, as designed, is to pass the URL directly.