Skip to content

class_Images

Tom edited this page Apr 1, 2018 · 3 revisions

Images

Child of APIRequest

Constructor

Images(key,search,type,limit)

Variables

  • key (string) - API key set
  • endpoint (string) - endpoint
  • arguments (object/dict) - arguments
  • response (APIResponse) - Response from self.send() only set after send has been called

Functions

url

url()

returns

url (string) - The url for this request


parseArguments

parseArguments()

returns

args (string) - String of arguments for use in url


send

send() Sends the api request

returns

response (APIResponse) - response from the request

Clone this wiki locally