Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 637 Bytes

File metadata and controls

21 lines (15 loc) · 637 Bytes

Contributing

Issues and PRs are welcome.

Development

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 with docs/sdk-api-contract.md in the main ipdata.info repo — every official SDK maps 1:1 to that contract.
  • Add or update tests under src/test/java for any behavior change.

Release

Tag vX.Y.Z on main; JitPack builds the tag on first request, no publish step needed on this repo's side.