<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| #!/usr/bin/python | |
| # encoding: utf-8 | |
| # Based off the script from https://gist.github.com/Paaskehare/3949299 | |
| # @author: Ash Ramesh (27/10/2016) | |
| import cookielib | |
| import urllib | |
| import urllib2 | |
| import re |