hibp-client is a clojure library that wraps the Have I been pwned API v3.
See examples.
Some calls need an api key. See Authorisation from the official HIBP documentation.
Run unit tests with lein test
Run integration tests with lein test :integration
Run all tests with lein test :all
Use lein test-refresh
to continuously run tests as code is changed.