jfversluis / BeenPwned.Api

.NET Wrapper library for the haveibeenpwned.com API
https://haveibeenpwned.com
MIT License
8 stars 2 forks source link

Fetching an empty collection should not yield an exception #7

Closed henrybeen closed 7 years ago

henrybeen commented 7 years ago

GetResultAsync -> GetCollectionAsync to underline that this method is for fetching a collection, which makes it reasonable to return an empty enumerable for a 404 instead of throwing

Fixes jfversluis/BeenPwned.Api#6