C# (CSharp) Tailspin.Surveys.Web.Services Namespace

Classes

Name Description
HttpClientService This class wraps an instance of HttpClient configured with a handler that performs logging.
QuestionService This is the client for Tailspin.Surveys.WebAPI QuestionController Note: If we used Swagger for the API definition, we could generate the client. (see Azure API Apps) Note the MVC6 version of Swashbuckler is called "Ahoy" and is still in beta: https://github.com/domaindrivendev/Ahoy All methods set the user's access token in the Bearer authorization header to allow the WebAPI to run on behalf of the signed in user.
SurveyService This is the client for Tailspin.Surveys.WebAPI SurveyController Note: If we used Swagger for the API definition, we could generate the client. (see Azure API Apps) Note the MVC6 version of Swashbuckler is called "Ahoy" and is still in beta: https://github.com/domaindrivendev/Ahoy All methods except GetPublishedSurveysAsync set the user's access token in the Bearer authorization header to allow the WebAPI to run on behalf of the signed in user.