Section Navigation
Wrapper for HTTP request.
method (str) – HTTP method. One of GET, PUT, POST or DELETE
url (str) – URL for the request
headers (dict) – HTTP header information
data (dict) – Figshare article data
binary (bool) – Whether data is binary or not
response_data – JSON response for the request returned as python dict
dict
fs_issue_request()