You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Convert Current Time from One Timezone to Another](#convert-current-time-from-one-timezone-to-another)
43
+
44
+
8.[User Agent API Examples](#user-agent-api-examples)
45
+
-[Parse a Basic User Agent String](#parse-a-basic-user-agent-string)
46
+
-[Bulk User Agent Parsing Example](#bulk-user-agent-parsing-example)
47
+
9.[Astronomy API Examples](#astronomy-api-examples)
48
+
-[Astronomy by Coordinates](#astronomy-by-coordinates)
49
+
-[Astronomy by IP Address](#astronomy-by-ip-address)
50
+
-[Astronomy by Location String](#astronomy-by-location-string)
51
+
-[Astronomy for Specific Date](#astronomy-for-specific-date)
52
+
-[Astronomy in Different Language](#astronomy-in-different-language)
53
+
54
+
10.[Documentation for Models](#documentation-for-models)
55
+
56
+
57
+
# Installation
12
58
13
59
## Requirements
14
60
-**Java**: 1.8 or higher
@@ -55,7 +101,7 @@ Then include the following JARs in your classpath:
55
101
56
102
---
57
103
58
-
# 🔐 Authentication Setup
104
+
# Authentication Setup
59
105
60
106
To authenticate API requests, you need an API key from [ipgeolocation.io](https://ipgeolocation.io/). Once obtained, configure your API client as follows:
61
107
@@ -75,13 +121,13 @@ Ensure that your API key is securely stored and not exposed in public repositori
75
121
76
122
---
77
123
78
-
# 📘 Example Usage
124
+
# Example Usage
79
125
80
126
## IP Geolocation Examples
81
127
82
128
This section provides usage examples of the `getIPGeolocation()` method from the SDK across Free, Standard, and Advanced subscription tiers. Each example highlights different combinations of parameters: `fields`, `include`, and `excludes`.
83
129
84
-
### 📌 Parameters
130
+
### Parameters
85
131
86
132
#### `fields`
87
133
Use this parameter to include specific fields in the response.
0 commit comments