mirror of
https://github.com/wneessen/go-hibp.git
synced 2024-11-09 15:32:52 +01:00
979 B
979 B
go-hibp - Simple go client for the HIBP API
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.