Dalia::Api::SurveyPlatform

# Gemfile
gem "dalia_api_survey_platform", :git => "https://github.com/DaliaResearch/DaliaApiSurveyPlatform.git"



# Ruby
client =
  Dalia::Api::SurveyPlatform::Client.new({
    :account_id => "PUBLISHER_UUID",
    :api_host => "https://surveyplatform.daliaresearch.com",
    :debug_mode => true
  })

puts client.fetch_surveys