csharp-old
csharp-old copied to clipboard
Old C# Library for IPinfo API (IP geolocation and other types of IP data)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Create a simple function that accepts an IP list (max 500k) and returns the JSON response from `https://ipinfo.io/tools/map`. See the web page on https://ipinfo.io/tools/map for more details.
Make sure the cache key contains a number to indicate the version of the cached data. Data changes that change what's expected in cached data require a version change.
Take into account use cases like https://github.com/ipinfo/python/issues/35 to ensure batch ops support is scalable & robust.
There isn't a mention of a cache anywhere here. Is it even supported? If not, we need to add support for that. Since the codebase seems to basically be completely...