jfversluis / been-pwned

App that leverages the haveibeenpwned.com API by Troy Hunt. This app is available in the App Stores and is used in several of my talks as well as my book Xamarin.Forms Essentials.
MIT License
16 stars 3 forks source link

No more exception on no results #24

Closed jfversluis closed 7 years ago

jfversluis commented 7 years ago

Added new NuGet of BeenPwned.Api package which does not return an exception when no results are found.

Adjusted existing code accordingly.

jfversluis commented 7 years ago

You snooze, you lose!