markembling / MarkEmbling.PostcodesIO

.NET library for interacting with the excellent Postcodes.io service.
MIT License
23 stars 16 forks source link

Check and test 404 responses #19

Open markembling opened 5 years ago

markembling commented 5 years ago

The Postcodes.io API will return a 404 response when querying for a postcode which doesn't exist (and so on across the various endpoints).

Ensure these are handled in an unsurprising, consistent way and that this is tested.