Skip to content

Commit 421bac8

Browse files
committed
Update documentation
1 parent 59e3204 commit 421bac8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IP2Proxy database contains a list of daily-updated IP addresses which are being
77
You can access to the commercial databases from https://www.ip2location.com/proxy-database or use the free IP2Proxy LITE database from http://lite.ip2location.com
88

99
For more details, please visit:
10-
[http://www.ip2location.com/ip2proxy/developers/c](http://www.ip2location.com/ip2proxy/developers/c)
10+
[https://www.ip2location.com/documentation/ip2proxy-libraries/c](https://www.ip2location.com/documentation/ip2proxy-libraries/c)
1111

1212

1313

docs/source/code.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,10 @@ Retrieve geolocation information for an IP address.
5454
| proxy_type | Type of proxy. |
5555
| provider | Name of VPN provider if available. |
5656
| fraud_score | Potential risk score (0 - 99) associated with IP address. |
57+
```
58+
59+
```{py:function} IP2Proxy_open(record)
60+
Free the record object.
61+
62+
:param object record: (Required) The IP2ProxyRecord result record object.
5763
```

0 commit comments

Comments
 (0)