We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562c4f7 commit 1e17df1Copy full SHA for 1e17df1
lib/IpGeolocationClient.php
@@ -4,6 +4,13 @@
4
5
namespace Ipgeolocation\Sdk;
6
7
+/**
8
+ * Main client for the IPGeolocation.io IP Location API.
9
+ *
10
+ * Homepage: https://ipgeolocation.io
11
+ * IP Location API: https://ipgeolocation.io/ip-location-api.html
12
+ * Documentation: https://ipgeolocation.io/documentation/ip-location-api.html
13
+ */
14
final class IpGeolocationClient
15
{
16
private readonly IpGeolocationClientConfig $config;
0 commit comments