Skip to content

class_Stat

Tom edited this page Apr 1, 2018 · 1 revision

Stat

Child of APIRequest

Constructor

Stat(key)

  • key (string) - Your API key.

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