API Reference
helldivepy
Attributes
Classes
helldivepy.ApiClient
ApiClient(user_agent: str, user_contact: str, debug: bool = False, diveharder_url: str = OFFICIAL_DIVEHARDER_URL, community_url: str = OFFICIAL_COMMUNITY_URL)
The client used to interact with the Helldivers 2 APIs
The client used to interact with the Helldivers 2 APIs
PARAMETER | DESCRIPTION |
---|---|
user_agent
|
The user agent to use when making requests.
TYPE:
|
user_contact
|
The user contact to use when making requests.
TYPE:
|
debug
|
Enables debug logging for development.
TYPE:
|
diveharder_url
|
The diveharder API url to use. Defaults to
TYPE:
|
community_url
|
The community API url to use. Defaults to
TYPE:
|