Using amap-tsapi-sdk with tsapi.net

Java integration

Install
# Maven: see https://github.com/HoshinoSuzumi/amap-tsapi-sdk
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
amap-tsapi-sdk
Java
API
tsapi.net
tsapi.net
Other SDKs for tsapi.net
TSApiSDK
At a glance
Language Java
Endpoints3