go-hibp/README.md

979 B

go-hibp - Simple go client for the HIBP API

Go Reference Go Report Card Build Status

This Go package provides an simple to use interface to the excellent "Have I Been Pwned" (HIBP) API by Troy Hunt.

Completeness: This packages is still WIP. So far the "Pwned Passwords" API and parts of the "Breaches" API have been implemented.

Usage

Have a look at the GoDocs Reference for details on how to implement access to the HIBP API with this package or check out the examples for the different APIs in the examples directory.