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

AnalysisUrl property of Survey isn't populated for GetSurveyDetails #6

Open bcemmett opened 8 years ago

bcemmett commented 8 years ago

Discovered while looking at #5. The api doesn't document that it returns this property, so before doing the obvious fix in JsonDeserializeGetSurveyDetails (json.cs), just need to confirm we won't crash out if the property is removed in the future.