No description
Find a file
2022-05-07 14:57:14 +02:00
.github Update sonarqube.yml 2022-05-07 14:57:14 +02:00
.idea Initial checkin 2021-09-19 18:10:12 +02:00
examples Road to v1.0.0: Added Pastes API 2021-09-22 16:20:54 +02:00
.cirrus.yml Make GoLinter happy 2021-09-21 11:26:48 +02:00
.gitignore Initial commit 2021-09-19 17:58:02 +02:00
breach.go More idiomatic naming for the rate limit handling 2021-09-22 15:25:27 +02:00
breach_test.go Adding RateLimitSleep() to all tests 2022-05-07 14:55:33 +02:00
codecov.yml Create codecov.yml 2022-05-07 14:38:00 +02:00
go.mod Initial checkin 2021-09-19 18:10:12 +02:00
hibp.go Fix code smell in WithUserAgent() option detected by SonarQube 2022-04-12 22:52:24 +02:00
hibp_test.go Adding RateLimitSleep() to all tests 2022-05-07 14:55:33 +02:00
LICENSE Initial commit 2021-09-19 17:58:02 +02:00
password.go Introducing the breaches API 2021-09-21 19:46:48 +02:00
password_test.go Makes no sense to return a Client pointer. Also cleaned up examples directory 2021-09-22 15:46:36 +02:00
paste.go Road to v1.0.0: Added Pastes API 2021-09-22 16:20:54 +02:00
paste_test.go Adding RateLimitSleep() to all tests 2022-05-07 14:55:33 +02:00
README.md Update README.md 2021-09-22 17:39:29 +02:00
sonar-project.properties Update sonar-project.properties 2022-04-13 09:42:37 +02:00

go-hibp - Simple go client for the HIBP API

Go Reference Go Report Card Build Status buy ma a coffee

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

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.