File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Description
77-----------
88
99Currently, this distribution provides an API for the GeoIP2 Precision web
10- services (as documented at http://dev.maxmind.com/geoip/precision ).
10+ services (as documented at http://dev.maxmind.com/geoip/geoip2/web-services ).
1111
1212In the future, this distribution will also provide the same API for the GeoIP2
1313downloadable databases. These databases have not yet been released as a
Original file line number Diff line number Diff line change 77
88The only difference between the City, City/ISP/Org, and Omni model classes is
99which fields in each record may be populated. See
10- http://dev.maxmind.com/geoip/precision for more details.
10+ http://dev.maxmind.com/geoip/geoip2/web-services for more details.
1111
1212"""
1313import geoip2 .records
Original file line number Diff line number Diff line change 5656----------
5757
5858For details on the possible errors returned by the web service itself, see
59- http://dev.maxmind.com/geoip/precision for the GeoIP Precision web service
60- docs.
59+ http://dev.maxmind.com/geoip/geoip2/web-services for the GeoIP Precision
60+ web service docs.
6161
6262If the web service returns an explicit error document, this is thrown as a
6363GeoIP2WebServiceError exception. If some other sort of error occurs, this is
8383Because of these factors, it is possible for any end point to return a record
8484where some or all of the attributes are unpopulated.
8585
86- See http://dev.maxmind.com/geoip/precision for details on what data each end
87- point may return.
86+ See http://dev.maxmind.com/geoip/geoip2/web-services for details on what
87+ data each end point may return.
8888
8989The only piece of data which is always returned is the :py:attr:`ip_address`
9090attribute in the :py:class:`geoip2.records.Traits` record.
You can’t perform that action at this time.
0 commit comments