Skip to content

Latest commit

 

History

55 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet package

Survey Solutions Client

C# client library to access Survey Solutions public api.

To get started using api:

  1. create a new api user as described here.
  2. Install nuget package
  3. 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

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages