Skip to content

Commit b9c0a97

Browse files
committed
fix: broken link
1 parent 8ddd6d0 commit b9c0a97

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ All URIs are relative to *https://api.ipgeolocation.io/v2*
7676

7777
Class | Method | HTTP request | Description
7878
------------ |-----------------------------------------------------------------------------------------| ------------- | -------------
79-
*ASNLookupAPI* | [**getAsnInfo**](docs/ASNLookupAPI.md#getasninfo) | **GET** /asn | Get details of any ASN number
80-
*AbuseContactAPI* | [**getAbuseContactInfo**](docs/AbuseContactAPI.md#getabusecontactinfo) | **GET** /abuse | Retrieve abuse contact data for an IP address
81-
*AstronomyAPI* | [**getAstronomyDetails**](docs/AstronomyAPI.md#getastronomydetails) | **GET** /astronomy | Get sun and moon timings and positions
82-
*IPGeolocationAPI* | [**getBulkIpGeolocation**](docs/IPGeolocationAPI.md#getbulkipgeolocation) | **POST** /ipgeo-bulk | Get geolocation data for multiple IP addresses
83-
*IPGeolocationAPI* | [**getIpGeolocation**](docs/IPGeolocationAPI.md#getipgeolocation) | **GET** /ipgeo | Get geolocation data for a single IP address
84-
*IPSecurityAPI* | [**getBulkIpSecurityInfo**](docs/IPSecurityAPI.md#getbulkipsecurityinfo) | **POST** /security-bulk | Get threat intelligence for multiple IP addresses
85-
*IPSecurityAPI* | [**getIpSecurityInfo**](docs/IPSecurityAPI.md#getipsecurityinfo) | **GET** /security | Get threat intelligence for a single IP address
86-
*TimeConversionAPI* | [**convertTimeBetweenTimezones**](docs/TimeConversionAPI.md#converttimebetweentimezones) | **GET** /timezone/convert | Convert time from one timezone to another
87-
*TimezoneAPI* | [**getTimezoneInfo**](docs/TimezoneAPI.md#gettimezoneinfo) | **GET** /timezone | Get timezone information based on IP, coordinates, or name
88-
*UserAgentAPI* | [**getUserAgentDetails**](docs/UserAgentAPI.md#getuseragentdetails) | **GET** /user-agent | Parse a single user-agent string
89-
*UserAgentAPI* | [**parseBulkUserAgentStrings**](docs/UserAgentAPI.md#parsebulkuseragentstrings) | **POST** /user-agent-bulk | Parse multiple user-agent strings
90-
*UserAgentAPI* | [**parseUserAgentString**](docs/UserAgentAPI.md#parseuseragentstring) | **POST** /user-agent | Alternate method to parse a single user-agent string
79+
*ASNLookupAPI* | [**getAsnInfo**](docs/ASNLookupApi.md#getasninfo) | **GET** /asn | Get details of any ASN number
80+
*AbuseContactAPI* | [**getAbuseContactInfo**](docs/AbuseContactApi.md#getabusecontactinfo) | **GET** /abuse | Retrieve abuse contact data for an IP address
81+
*AstronomyAPI* | [**getAstronomyDetails**](docs/AstronomyApi.md#getastronomydetails) | **GET** /astronomy | Get sun and moon timings and positions
82+
*IPGeolocationAPI* | [**getBulkIpGeolocation**](docs/IPLocationApi.md#getbulkipgeolocation) | **POST** /ipgeo-bulk | Get geolocation data for multiple IP addresses
83+
*IPGeolocationAPI* | [**getIpGeolocation**](docs/IPLocationApi.md#getipgeolocation) | **GET** /ipgeo | Get geolocation data for a single IP address
84+
*IPSecurityAPI* | [**getBulkIpSecurityInfo**](docs/IPSecurityApi.md#getbulkipsecurityinfo) | **POST** /security-bulk | Get threat intelligence for multiple IP addresses
85+
*IPSecurityAPI* | [**getIpSecurityInfo**](docs/IPSecurityApi.md#getipsecurityinfo) | **GET** /security | Get threat intelligence for a single IP address
86+
*TimeConversionAPI* | [**convertTimeBetweenTimezones**](docs/TimeConversionApi.md#converttimebetweentimezones) | **GET** /timezone/convert | Convert time from one timezone to another
87+
*TimezoneAPI* | [**getTimezoneInfo**](docs/TimezoneApi.md#gettimezoneinfo) | **GET** /timezone | Get timezone information based on IP, coordinates, or name
88+
*UserAgentAPI* | [**getUserAgentDetails**](docs/UserAgentApi.md#getuseragentdetails) | **GET** /user-agent | Parse a single user-agent string
89+
*UserAgentAPI* | [**parseBulkUserAgentStrings**](docs/UserAgentApi.md#parsebulkuseragentstrings) | **POST** /user-agent-bulk | Parse multiple user-agent strings
90+
*UserAgentAPI* | [**parseUserAgentString**](docs/UserAgentApi.md#parseuseragentstring) | **POST** /user-agent | Alternate method to parse a single user-agent string
9191

9292
# Example Usage
9393

0 commit comments

Comments
 (0)