File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ Clients handle HTTP status codes:
142142- 500-599: Raised as ` HTTPError ` with status and body
143143- Success (200): Response JSON parsed into model objects
144144
145- #### 7. ** GeoIP2 Integration**
145+ #### 7. ** GeoIP Integration**
146146
147- minFraud models extend GeoIP2 models:
147+ minFraud models extend GeoIP models:
148148- ` IPAddress ` extends ` geoip2.models.Insights ` - Adds ` risk ` and ` risk_reasons `
149149- ` GeoIP2Location ` extends ` geoip2.records.Location ` - Adds ` local_time `
150150
Original file line number Diff line number Diff line change @@ -966,7 +966,7 @@ class Factors(_Serializable):
966966 easily identify a particular request."""
967967
968968 ip_address : IPAddress
969- """A :class:`.IPAddress` object containing GeoIP2 and
969+ """A :class:`.IPAddress` object containing GeoIP and
970970 minFraud Insights information about the IP address."""
971971
972972 queries_remaining : int
@@ -1090,7 +1090,7 @@ class Insights(_Serializable):
10901090 easily identify a particular request."""
10911091
10921092 ip_address : IPAddress
1093- """A :class:`.IPAddress` object containing GeoIP2 and
1093+ """A :class:`.IPAddress` object containing GeoIP and
10941094 minFraud Insights information about the IP address."""
10951095
10961096 queries_remaining : int
You can’t perform that action at this time.
0 commit comments