• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.idea/H22-Sep-2021-

examples/H22-Sep-2021-

.cirrus.ymlH A D22-Sep-2021569

.gitignoreH A D22-Sep-2021269

LICENSEH A D22-Sep-20211 KiB

README.mdH A D22-Sep-2021844

breach.goH A D22-Sep-20218.2 KiB

breach_test.goH A D22-Sep-20216.8 KiB

go.modH A D22-Sep-202144

hibp.goH A D22-Sep-20214.8 KiB

hibp_test.goH A D22-Sep-20211.8 KiB

password.goH A D22-Sep-20212.3 KiB

password_test.goH A D22-Sep-20211.8 KiB

paste.goH A D22-Sep-20211.8 KiB

paste_test.goH A D22-Sep-20211 KiB

README.md

1# go-hibp - Simple go client for the HIBP API
2
3[![Go Reference](https://pkg.go.dev/badge/github.com/wneessen/go-hibp.svg)](https://pkg.go.dev/github.com/wneessen/go-hibp) [![Go Report Card](https://goreportcard.com/badge/github.com/wneessen/go-hibp)](https://goreportcard.com/report/github.com/wneessen/go-hibp) [![Build Status](https://api.cirrus-ci.com/github/wneessen/go-hibp.svg)](https://cirrus-ci.com/github/wneessen/go-hibp)
4
5This Go package provides an simple to use interface to the excellent
6"[Have I Been Pwned](https://haveibeenpwned.com/API/v3)" (HIBP) API by Troy Hunt.
7
8
9## Usage
10Have a look at the [GoDocs Reference](https://pkg.go.dev/github.com/wneessen/go-hibp) for details on how to implement
11access to the HIBP API with this package or check out the examples for the different APIs in the [examples](examples)
12directory.
13