-
Notifications
You must be signed in to change notification settings - Fork 1
class_Shop
Tom edited this page Apr 1, 2018
·
1 revision
Child of APIRequest
Shop(key)
-
key(string) - Your API key.
-
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