Codewrinkles / Codewrinkles.HIBPClient

.NET consumer for the HaveIBeenPawned API
MIT License
1 stars 1 forks source link

Create the Paste response model #4

Open danpdc opened 1 year ago

danpdc commented 1 year ago

When sending a request to the HIBP Pastes API, it returns a response documented here: https://haveibeenpwned.com/API/v3#PasteModel

We need to create a class that models the response. Class should be named "Paste" It should pe placed in the "Responses" folder Properties should be implemented as per documentation