DataMaxi+ API¶
API
¶
API(
api_key=None,
base_url=None,
timeout=10,
proxies=None,
show_limit_usage=False,
show_header=False,
)
Bases: object
The base class for all DataMaxi+ Python clients. api_key
can be set
as an environment variable DATAMAXI_API_KEY
.
Parameters:
-
api_key
(str
, default:None
) –The API key for the DataMaxi+ API.
-
base_url
(str
, default:None
) –The base URL for the DataMaxi+ API.
-
timeout
(int
, default:10
) –The timeout for the requests.
-
proxies
(dict
, default:None
) –The proxies for the requests.
-
show_limit_usage
(bool
, default:False
) –Show the limit usage.
-
show_header
(bool
, default:False
) –Show the header.