akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Rename BreachMode.None to BreachMode.Default #15

Closed akamsteeg closed 5 years ago

akamsteeg commented 5 years ago

Currently, there's a BreachMode.None flag that indicates that no extra breaches are requested, like unverified ones. This is confusing because the users does not request no breaches, it wants the normal verified breaches.

Suggestion: Rename BreachMode.None to BreachMode.Default