Closed kahlau-sirius closed 4 weeks ago
I added a new endpoint for querying up to 100 IP addresses at once in the form of a JSON string array. Endpoint responds with a Map<String(IP), GeoIpEntry>.
Map<String(IP), GeoIpEntry>
This performs a bit better than single http requests for each of 100 addresses.
Great stuff, merged! Thank you!
I added a new endpoint for querying up to 100 IP addresses at once in the form of a JSON string array. Endpoint responds with a
Map<String(IP), GeoIpEntry>
.This performs a bit better than single http requests for each of 100 addresses.