Skip to content

C# client library to access Survey Solutions public api

License

Notifications You must be signed in to change notification settings

V-B/SurveySolutionsClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet package

SurveySolutionsClient

C# client library to access Survey Solutions public api.

To get started using api create a new api user as described here. Then create a api client with following code sample:

Credentials creds = new Credentials("apiUser", "apiPassword");
string surveySolutionsUrl = "https://demo.mysruvey.solutions";
var surveySolutionsApiConfiguration = new SurveySolutionsApiConfiguration(creds, surveySolutionsUrl);
var client = new SurveySolutionsApi(new HttpClient(), surveySolutionsApiConfiguration);
var assignmentsList = await client.Assignments.ListAsync(new AssignmentsListFilter());

More usage examples can be found in tests folder

About

C# client library to access Survey Solutions public api

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%