06-23-2015, 04:07 AM
This may be a bit of a silly question, but I am new to working with external APIs. I am trying to use the built in APIs found on this page: https://sites.google.com/a/webpagetest.o...ssing-apis using 'requests'. I import requests and make a 'get' request to 'http://www.webpagetest.org/runtest.php', saving it into a variable. But when I then try to perform actions on the variable, like var.ImportUrls(foo.txt), I get an error that the 'Response' object has no attribute 'ImportUrls'. Do I need to install/import webpage test and/or the specific APIs? If so, are there any instructions available on how to do this?