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

Implement searching for pastes #21

Closed jfversluis closed 7 years ago

jfversluis commented 7 years ago

We have searching for breaches implemented right now. Pastes is a separate call to the backend. Maybe we can unify it with the search for breaches method in our client-side service?

In any case; don't forget to add this, future-self!

jfversluis commented 7 years ago

Started implementing this on feature-searchpastes branch, but not shown in UI yet. The Paste and Breach class do not share a base class or anything. Is there any nice way to combine them into into one list without resorting to object?

jfversluis commented 7 years ago

Implemented in #42

jfversluis commented 7 years ago

Holy smoly Batman! Done as well!