qualtrics_api 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/lib/qualtrics_api/response_export.rb +4 -0
- data/lib/qualtrics_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26c645c6b30708db2df58ac9fb159e8d410b7d2c
|
4
|
+
data.tar.gz: 89736d0fc13cccea475be66fd4efa6c6d81b3586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c40df9c3887183692f35e72bbae0c164b757a8bfeb51a8de9174e17a75d6eae257fbfca0a5010c9ff3bc529c405c072c10fedc7123c85682721a21d60bffa6f
|
7
|
+
data.tar.gz: b71e77dff22d56755a9c12fad493176bb7db9de39ffca27af3ae0b8cb1e8e239fbf4226d3aa06ab45907e07b4ecb61a5b7a08291a54f37318f30aec65fac057e
|
data/README.md
CHANGED
@@ -114,7 +114,12 @@ export.completed?
|
|
114
114
|
Once it's finished, you can get the response file URL:
|
115
115
|
```ruby
|
116
116
|
export.file_url
|
117
|
-
# => "https://
|
117
|
+
# => "https://co1.qualtrics.com/API/v3/responseexports/ES_id/file"
|
118
|
+
```
|
119
|
+
|
120
|
+
and download the file:
|
121
|
+
```ruby
|
122
|
+
export.open # creates an IO object connected to the given stream
|
118
123
|
```
|
119
124
|
|
120
125
|
#### Checking status on a previous response export
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qualtrics_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yurui Zhang
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-
|
13
|
+
date: 2016-05-10 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: faraday
|