tokki.abc.
Client
Base client for all of the APIs.
useragent (str) – The User-Agent header that the REST calls should use.
str
_get_request
Makes a standard GET request.
url (str) – The URL to use for the request.
The JSON response.
dict
_post_request
Makes a standard POST request.
data (dict) – The data to send as part of the request.