You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://ko-fi.com/D1D24V9IX"><imgsrc="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png"height="20"alt="buy ma a coffee"></a>
8
8
9
-
This Go package provides an simple to use interface to the excellent
10
-
"[Have I Been Pwned](https://haveibeenpwned.com/API/v3)" (HIBP) API by Troy Hunt.
11
-
9
+
This Go library provides simple bindings to the excellent
10
+
"[Have I Been Pwned](https://haveibeenpwned.com/API/v3)" (HIBP) API by Troy Hunt. It implements all 3 APIs
11
+
that are provided by HIBP (Breaches, Pastes, Passwords). API key support for the private API endpoints are
12
+
supported as well. go-hibp follows idiomatic Go style and best practice. It's only dependency is the Go Standard
13
+
Library.
12
14
13
15
## Usage
14
-
Check out the [GoDocs Reference](https://pkg.go.dev/github.com/wneessen/go-hibp) for details on how to implement
15
-
access to the HIBP API with this package. You will also find GoDoc code examples there.
16
+
The library is fully documented using the execellent GoDoc functionality. Check out the
17
+
[GoDocs Reference](https://pkg.go.dev/github.com/wneessen/go-hibp) for details on how to implement
18
+
access to any of the 3 APIs with this package. You will also find GoDoc code examples there for each of those
0 commit comments