Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Update account_breaches.R (#31)
Browse files Browse the repository at this point in the history
Update for API v2
  • Loading branch information
holisticinfosec authored and stephlocke committed Sep 26, 2018
1 parent 6098602 commit 0b11b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/account_breaches.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ account_breaches <- function(

encoded <- urltools::url_encode(accounts)
URLS <- paste0( # nolint
"https://haveibeenpwned.com/api/breachedaccount/"
"https://haveibeenpwned.com/api/v2/breachedaccount/"
, encoded
)

Expand Down

0 comments on commit 0b11b77

Please sign in to comment.