We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d97daa + 728bdd4 commit 884dfc3Copy full SHA for 884dfc3
geoip2/records.py
@@ -609,7 +609,8 @@ class Traits(Record):
609
610
Additional values may be added in the future.
611
612
- This attribute is only available in the Enterprise database.
+ This attribute is only available from the City Plus and Insights web
613
+ service end points and the Enterprise database.
614
615
:type: str
616
tests/models_test.py
@@ -72,6 +72,7 @@ def test_insights_full(self) -> None:
72
"traits": {
73
"autonomous_system_number": 1234,
74
"autonomous_system_organization": "AS Organization",
75
+ "connection_type": "Cable/DSL",
76
"domain": "example.com",
77
"ip_address": "1.2.3.4",
78
"is_anonymous": True,
0 commit comments