Skip to content

C# client library to access Survey Solutions public api

License

Notifications You must be signed in to change notification settings

SlyNet/SurveySolutionsClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages