Settings Routes
SettingsRouteInterface
Bases: ClientMixin
Source code in src/bungio/api/bungie/settings.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | |
get_common_settings(auth=None)
async
Get the common settings used by the Bungie.Net environment.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
auth
|
Optional[AuthData]
|
Authentication information. Required when users with a private profile are queried, or when Bungie feels like it |
None
|
Returns:
| Type | Description |
|---|---|
CoreSettingsConfiguration
|
The model which is returned by bungie. General endpoint information. |
Source code in src/bungio/api/bungie/settings.py
14 15 16 17 18 19 20 21 22 23 24 25 26 | |