Issues and PRs are welcome.
mvn -B verify # build + unit tests
IPDATA_LIVE=1 mvn -B verify # also run the live smoke test
- Java 11+ target, built with Maven.
- Keep the public API (
IPDataClient, models,IpDataException) in sync withdocs/sdk-api-contract.mdin the main ipdata.info repo — every official SDK maps 1:1 to that contract. - Add or update tests under
src/test/javafor any behavior change.
Tag vX.Y.Z on main; JitPack builds the tag on first request, no publish
step needed on this repo's side.