Using TSApiSDK with tsapi.net

C# integration

Install
dotnet add package TSApiSDK
Returns a list of available Surveys
curl \
  -H "Authorization: $API_KEY" \
  /Surveys
Fetches the metadata for a specific survey
curl \
  -H "Authorization: $API_KEY" \
  /Surveys/{surveyId}/Metadata
Fetches some interview records for a specific survey
curl \
  -H "Authorization: $API_KEY" \
  /Surveys/{surveyId}/Interviews
SDK on GitHub 📄 API Docs
SDK
TSApiSDK
C#
API
tsapi.net
tsapi.net
Other SDKs for tsapi.net
amap-tsapi-sdk
At a glance
Language C#
Endpoints3