GitHub - Spuffynism/hibp-client: ❤️‍🩹 Have I been pwned clojure client

1 min read Original article ↗

Clojars Project

hibp-client

hibp-client is a clojure library that wraps the Have I been pwned API v3.

Usage

See examples.

Some calls need an api key. See Authorisation from the official HIBP documentation.

Running tests

Run unit tests with lein test

Run integration tests with lein test :integration

Run all tests with lein test :all

Development

Use lein test-refresh to continuously run tests as code is changed.