Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 653 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 653 Bytes

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.