bcemmett / SurveyMonkeyApi

Library for querying Survey Monkey
https://www.simple-talk.com/blogs/2014/08/10/new-net-library-for-accessing-the-survey-monkey-api/
MIT License
16 stars 14 forks source link

Extracted interface for SurveyMonkeyApi #4

Closed rubberduck203 closed 9 years ago

rubberduck203 commented 9 years ago

I took a dive into the code base. It didn't make much sense to extract any other interfaces IMO. Everything else was more or less just a container with no real logic inside. This should be enough to make sure tests don't have to hit the actual web service. Closes #3.

bcemmett commented 9 years ago

I agree. Looks good to me - thanks for doing this!

rubberduck203 commented 9 years ago

Cool. You're welcome! Any chance there will be an update to the Nuget package to include this?

bcemmett commented 9 years ago

Yep - I'm doing that now, it'll be up in a few minutes :-)