-
Notifications
You must be signed in to change notification settings - Fork 1
class_Images
Tom edited this page Apr 1, 2018
·
3 revisions
Child of APIRequest
Images(key,search,type,limit)
-
key(string) - Your API key. -
search(string) - Search string -
type(string) - One of VALID_IMAGE_TYPES refines search type -
limit(integer) - Amount of images to find between VALID_IMAGE_LIMIT_MIN and VALID_IMAGE_LIMIT_MAX
-
key(string) - API key set -
endpoint(string) - endpoint -
arguments(object/dict) - arguments -
response(APIResponse) - Response fromself.send()only set after send has been called
url()
url (string) - The url for this request
parseArguments()
args (string) - String of arguments for use in url
send()
Sends the api request
response (APIResponse) - response from the request