markembling / MarkEmbling.PostcodesIO

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

Move Execute methods out of PostcodesIOClient #13

Open markembling opened 5 years ago

markembling commented 5 years ago

Move these out so they can be swapped out for more testing without hitting a live API.

Also will prevent duplication for #11.