qualtrics 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 600642d8f538f174a3ff6d1ab855137cc4d2b002
|
4
|
+
data.tar.gz: 7f54b4d3e98360d1be50193fe6472d69bb1a8155
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbf5fc3a68675c2627b848c0895ec9e8d0d0cbdfcfed7fcf348106e1a5a14ef6cce02648035395a569dd59df36126cb979166c99c0a00ac6a48bc2935cdc4ece
|
7
|
+
data.tar.gz: b7963341533c26e7810b37712edff9a42f1c88c0c7115d721df45044ef0169d543d51ecac673ea6a29e171f5fcf5304add8ab75fa1dbaec3499552194042357f
|
data/lib/qualtrics/operation.rb
CHANGED
@@ -16,7 +16,7 @@ module Qualtrics
|
|
16
16
|
def issue_request
|
17
17
|
raise Qualtrics::UnexpectedRequestMethod if !REQUEST_METHOD_WHITELIST.include?(http_method)
|
18
18
|
|
19
|
-
query =
|
19
|
+
query = default_params.dup.merge(options)
|
20
20
|
query['Request'] = action
|
21
21
|
body = nil
|
22
22
|
query_params = {}
|
data/lib/qualtrics/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qualtrics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin Sun
|
@@ -223,7 +223,6 @@ files:
|
|
223
223
|
- spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_delete_itself_in_qualtrics.yml
|
224
224
|
- spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_update_itself_in_qualtrics.yml
|
225
225
|
- spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/gets_its_information_in_qualtrics.yml
|
226
|
-
- spec/fixtures/vcr_cassettes/Qualtrics_Submission/has_a_survey_id.yml
|
227
226
|
- spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/can_be_activated_or_deactivated.yml
|
228
227
|
- spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/destroys_a_survey_that_returns_true_when_successful.yml
|
229
228
|
- spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/populates_the_survey_id_when_successful.yml
|
@@ -295,7 +294,6 @@ test_files:
|
|
295
294
|
- spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_delete_itself_in_qualtrics.yml
|
296
295
|
- spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/can_update_itself_in_qualtrics.yml
|
297
296
|
- spec/fixtures/vcr_cassettes/Qualtrics_Recipient/recipient_made_in_qualtrics/gets_its_information_in_qualtrics.yml
|
298
|
-
- spec/fixtures/vcr_cassettes/Qualtrics_Submission/has_a_survey_id.yml
|
299
297
|
- spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/can_be_activated_or_deactivated.yml
|
300
298
|
- spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/destroys_a_survey_that_returns_true_when_successful.yml
|
301
299
|
- spec/fixtures/vcr_cassettes/Qualtrics_Survey/creating_to_qualtrics/populates_the_survey_id_when_successful.yml
|
@@ -1,62 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://survey.qualtrics.com/WRAPI/ControlPanel/api.php?ExportTags=1&Format=JSON&Request=getLegacyResponseData&ResponseID=R_296ZnPPDJEONkHP&SurveyID=SV_8deJytTY3InclQ9&Token=<QUALTRICS_TOKEN>&User=<QUALTRICS_USER>&Version=2.3
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.9.1
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
-
Accept:
|
15
|
-
- "*/*"
|
16
|
-
response:
|
17
|
-
status:
|
18
|
-
code: 200
|
19
|
-
message: OK
|
20
|
-
headers:
|
21
|
-
Server:
|
22
|
-
- Apache
|
23
|
-
Cache-Control:
|
24
|
-
- max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0,
|
25
|
-
max-age=315360000
|
26
|
-
Pragma:
|
27
|
-
- ''
|
28
|
-
Content-Transfer-Encoding:
|
29
|
-
- binary
|
30
|
-
Requeststatus:
|
31
|
-
- Success
|
32
|
-
Expires:
|
33
|
-
- Thu, 27 Feb 2025 19:32:02 GMT
|
34
|
-
P3p:
|
35
|
-
- CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE", CP="CAO
|
36
|
-
DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"
|
37
|
-
Servershortname:
|
38
|
-
- w11
|
39
|
-
X-Cnection:
|
40
|
-
- close
|
41
|
-
X-Edgeconnect-Midmile-Rtt:
|
42
|
-
- '1'
|
43
|
-
- '20'
|
44
|
-
X-Edgeconnect-Origin-Mex-Latency:
|
45
|
-
- '1356'
|
46
|
-
- '788'
|
47
|
-
Content-Length:
|
48
|
-
- '1199'
|
49
|
-
Content-Type:
|
50
|
-
- application/json
|
51
|
-
Date:
|
52
|
-
- Mon, 02 Mar 2015 19:32:03 GMT
|
53
|
-
Connection:
|
54
|
-
- keep-alive
|
55
|
-
body:
|
56
|
-
encoding: UTF-8
|
57
|
-
string: '{"R_296ZnPPDJEONkHP":{"ResponseSet":"Default Response Set","Name":"fn,
|
58
|
-
kln","ExternalDataReference":"7","EmailAddress":"ksun@brookeside.com","IPAddress":"104.129.66.226","Status":"0","StartDate":"2015-03-02
|
59
|
-
13:50:13","EndDate":"2015-03-02 13:50:40","Finished":"1","seller_company":"","role":"","redirect_host":"","sect1_head":1,"q1_lc_1":"9","q2_lr_1":"9","q3_lr_1":"9","q4_lc_1":"9","q5_lc_1":"9","q6_li_1":"9","q7_lr_1":"9","q8_li_1":"9","sect2_head":1,"q1_cs_1":"4","q2_cr_1":"4","q3_ch_1":"4","q4_ci_1":"4","q5_cc_1":"4","q9_cp_1":"4","q10_cs_1":"4","q8_cr_1":"4","q6_ch_1":"4","q11_ci_1":"4","q7_cc_1":"4","q14_cp_1":"4","q13_cs_1":"4","q12_cr_1":"4","q15_ch_1":"4","q16_ci_1":"4","q17_cc_1":"4","q18_cp_1":"4","sect3_head":1,"q1_pi_1":"3","q2_pc_1":"3","q3_pr_1":"3","q4_pp_1":"3","q5_ps_1":"3","q6_ph_1":"3","q7_pi_1":"3","q8_pc_1":"3","q9_pr_1":"3","q10_pp_1":"3","q11_ps_1":"3","q12_ph_1":"3","q13_pi_1":"3","q14_pc_1":"3","q15_pr_1":"3","q16_pp_1":"3","q17_ps_1":"3","q18_ph_1":"3","q19_pi_1":"3","q20_pc_1":"3","q21_pr_1":"3","q22_pp_1":"3","q23_ps_1":"3","q24_ph_1":"3","q25_pi_1":"3","q26_pc_1":"3","q27_pr_1":"3","q28_pp_1":"3","q29_ps_1":"3","q30_ph_1":"3","sect4_head":1,"q1_mx":""}}'
|
60
|
-
http_version:
|
61
|
-
recorded_at: Mon, 02 Mar 2015 19:32:03 GMT
|
62
|
-
recorded_with: VCR 2.9.3
|