SurveyMonkeyApi 1.2.2
dotnet add package SurveyMonkeyApi --version 1.2.2
NuGet\Install-Package SurveyMonkeyApi -Version 1.2.2
<PackageReference Include="SurveyMonkeyApi" Version="1.2.2" />
<PackageVersion Include="SurveyMonkeyApi" Version="1.2.2" />
<PackageReference Include="SurveyMonkeyApi" />
paket add SurveyMonkeyApi --version 1.2.2
#r "nuget: SurveyMonkeyApi, 1.2.2"
#:package SurveyMonkeyApi@1.2.2
#addin nuget:?package=SurveyMonkeyApi&version=1.2.2
#tool nuget:?package=SurveyMonkeyApi&version=1.2.2
Makes it easy to work with the Survey Monkey API from within .NET, handles paging and rate-limiting for you, and processes raw data to show how responses map to questions.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 6.0.4)
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.2 | 111 | 3/20/2015 |
-Fix crash when ordering GetSurveyList, GetCollectorList, and GetRespondentList by ascending order (this never worked).
-OrderBy and OrderAsc parameters are now not added to api calls by default, but will always be added when explicitly set. OrderBy was previously always added with the same default value as the api's own default (respondent_id). OrderAsc was previously added only when set to true but never when set to false (relying instead on falling over to the api's default).