datasift 3.7.2 → 3.8.0

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.
Files changed (91) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/datasift.gemspec +6 -3
  4. data/lib/api/api_resource.rb +1 -1
  5. data/lib/datasift.rb +53 -16
  6. data/lib/errors.rb +8 -0
  7. data/lib/live_stream.rb +7 -7
  8. data/lib/pylon.rb +59 -26
  9. data/lib/tasks.rb +51 -0
  10. data/lib/version.rb +3 -0
  11. metadata +5 -83
  12. data/.gitignore +0 -12
  13. data/.rubocop.yml +0 -12
  14. data/.rubocop_todo.yml +0 -497
  15. data/.travis.yml +0 -17
  16. data/Gemfile +0 -15
  17. data/LICENSE +0 -19
  18. data/MIGRATING_TO_V.3.0.0.md +0 -262
  19. data/Rakefile +0 -10
  20. data/VERSION +0 -1
  21. data/examples/account_eg.rb +0 -33
  22. data/examples/account_identity_eg.rb +0 -50
  23. data/examples/account_identity_limit_eg.rb +0 -72
  24. data/examples/account_identity_token_eg.rb +0 -73
  25. data/examples/auth.rb +0 -55
  26. data/examples/cli.sh +0 -155
  27. data/examples/core_api_eg.rb +0 -50
  28. data/examples/historics_eg.rb +0 -66
  29. data/examples/historics_preview_eg.rb +0 -31
  30. data/examples/ingestion/twitter_gnip_batch_eg.rb +0 -61
  31. data/examples/live_stream_eg.rb +0 -92
  32. data/examples/managed_source_fb_eg.rb +0 -129
  33. data/examples/managed_source_ig_eg.rb +0 -126
  34. data/examples/pull.rb +0 -47
  35. data/examples/push_eg.rb +0 -51
  36. data/examples/pylon/pylon_api_v1.2_eg.rb +0 -166
  37. data/examples/pylon/pylon_api_v1.3_eg.rb +0 -201
  38. data/test/datasift/account/account_api_test.rb +0 -35
  39. data/test/datasift/core_api_test.rb +0 -179
  40. data/test/datasift/historics_preview_api_test.rb +0 -56
  41. data/test/datasift/odp/batch_upload_test.rb +0 -52
  42. data/test/datasift/push_api_test.rb +0 -238
  43. data/test/fixtures/cassettes/account/usage/default.json +0 -1
  44. data/test/fixtures/cassettes/account/usage/invalid.json +0 -1
  45. data/test/fixtures/cassettes/account/usage/valid_params.json +0 -1
  46. data/test/fixtures/cassettes/core/after_historic_dpu.json +0 -1
  47. data/test/fixtures/cassettes/core/balance_get.json +0 -1
  48. data/test/fixtures/cassettes/core/before_dpu.json +0 -1
  49. data/test/fixtures/cassettes/core/before_historic_dpu.json +0 -1
  50. data/test/fixtures/cassettes/core/compile_success.json +0 -1
  51. data/test/fixtures/cassettes/core/dpu_get_cost.json +0 -1
  52. data/test/fixtures/cassettes/core/dpu_throw_badrequest.json +0 -1
  53. data/test/fixtures/cassettes/core/historic_dpu.json +0 -1
  54. data/test/fixtures/cassettes/core/usage_success.json +0 -1
  55. data/test/fixtures/cassettes/core/validate_invalid_hash.json +0 -1
  56. data/test/fixtures/cassettes/core/validate_success_bool.json +0 -1
  57. data/test/fixtures/cassettes/core/validate_success_hash.json +0 -1
  58. data/test/fixtures/cassettes/odp/batch/after_upload.json +0 -1
  59. data/test/fixtures/cassettes/odp/batch/before_upload.json +0 -1
  60. data/test/fixtures/cassettes/odp/batch/upload_failure_no_source.json +0 -1
  61. data/test/fixtures/cassettes/odp/batch/upload_success.json +0 -1
  62. data/test/fixtures/cassettes/preview/before_preview_create.json +0 -1
  63. data/test/fixtures/cassettes/preview/before_preview_get.json +0 -1
  64. data/test/fixtures/cassettes/preview/preview_create_success.json +0 -1
  65. data/test/fixtures/cassettes/preview/preview_get_success.json +0 -1
  66. data/test/fixtures/cassettes/push/after_push_create.json +0 -1
  67. data/test/fixtures/cassettes/push/after_push_get.json +0 -1
  68. data/test/fixtures/cassettes/push/after_push_log.json +0 -1
  69. data/test/fixtures/cassettes/push/after_push_pause.json +0 -1
  70. data/test/fixtures/cassettes/push/after_push_resume.json +0 -1
  71. data/test/fixtures/cassettes/push/after_push_stop.json +0 -1
  72. data/test/fixtures/cassettes/push/after_push_update.json +0 -1
  73. data/test/fixtures/cassettes/push/before_push_create.json +0 -1
  74. data/test/fixtures/cassettes/push/before_push_delete.json +0 -1
  75. data/test/fixtures/cassettes/push/before_push_get.json +0 -1
  76. data/test/fixtures/cassettes/push/before_push_log.json +0 -1
  77. data/test/fixtures/cassettes/push/before_push_pause.json +0 -1
  78. data/test/fixtures/cassettes/push/before_push_resume.json +0 -1
  79. data/test/fixtures/cassettes/push/before_push_stop.json +0 -1
  80. data/test/fixtures/cassettes/push/before_push_update.json +0 -1
  81. data/test/fixtures/cassettes/push/push_create.json +0 -1
  82. data/test/fixtures/cassettes/push/push_delete.json +0 -1
  83. data/test/fixtures/cassettes/push/push_get_by_id.json +0 -1
  84. data/test/fixtures/cassettes/push/push_log_with_id.json +0 -1
  85. data/test/fixtures/cassettes/push/push_pause.json +0 -1
  86. data/test/fixtures/cassettes/push/push_resume.json +0 -1
  87. data/test/fixtures/cassettes/push/push_stop.json +0 -1
  88. data/test/fixtures/cassettes/push/push_update.json +0 -1
  89. data/test/fixtures/cassettes/push/push_validate.json +0 -1
  90. data/test/fixtures/data/fake_gnip_tweets.json +0 -10
  91. data/test/test_helper.rb +0 -49
@@ -1,56 +0,0 @@
1
- require File.expand_path('../../test_helper', __FILE__)
2
-
3
- describe 'DataSift::HistoricsPreview' do
4
- before do
5
- auth = DataSiftExample.new
6
- @datasift = auth.datasift
7
- @data = OpenStruct.new
8
-
9
- @data.valid_csdl = 'interaction.content contains "ruby"'
10
- @data.sources = 'tumblr'
11
- @data.parameters = 'language.tag,freqDist,5;interaction.id,targetVol,hour'
12
- @data.start = '1398898800'
13
- @data.end = '1398985200'
14
- end
15
-
16
- ##
17
- # /preview/create
18
- #
19
- describe '#create' do
20
- before do
21
- VCR.use_cassette('preview/before_preview_create') do
22
- @hash = @datasift.compile(@data.valid_csdl)[:data][:hash]
23
- end
24
- end
25
-
26
- it 'can_create_historics_preview' do
27
- VCR.use_cassette('preview/preview_create_success') do
28
- response = @datasift.historics_preview.create(
29
- @hash, @data.sources, @data.parameters, @data.start, @data.end
30
- )
31
- assert_equal STATUS.accepted, response[:http][:status]
32
- end
33
- end
34
- end
35
-
36
- ##
37
- # /preview/get
38
- #
39
- describe '#get' do
40
- before do
41
- VCR.use_cassette('preview/before_preview_get') do
42
- @hash = @datasift.compile(@data.valid_csdl)[:data][:hash]
43
- @preview = @datasift.historics_preview.create(
44
- @hash, @data.sources, @data.parameters, @data.start, @data.end
45
- )
46
- end
47
- end
48
-
49
- it 'can get an Historics Preview' do
50
- VCR.use_cassette('preview/preview_get_success') do
51
- response = @datasift.historics_preview.get(@preview[:data][:id])
52
- assert_equal STATUS.accepted, response[:http][:status]
53
- end
54
- end
55
- end
56
- end
@@ -1,52 +0,0 @@
1
- require File.expand_path('../../../test_helper', __FILE__)
2
-
3
- describe 'DataSift::Odp' do
4
- before do
5
- auth = DataSiftExample.new
6
- @datasift = auth.datasift
7
- @data = OpenStruct.new
8
- end
9
-
10
- ##
11
- # Batch Upload
12
- #
13
- describe '#ingest (success)' do
14
- before do
15
- VCR.use_cassette('odp/batch/before_upload') do
16
- resource = [{ parameters: { mapping: "gnip_1" } }]
17
- @source = @datasift.managed_source.create('twitter_gnip', 'Ruby ODP API', {}, resource)
18
- end
19
- end
20
-
21
- after do
22
- VCR.use_cassette('odp/batch/after_upload') do
23
- @datasift.managed_source.delete @source[:data][:id]
24
- end
25
- end
26
-
27
- it 'can batch upload gnip twitter data' do
28
- VCR.use_cassette('odp/batch/upload_success') do
29
- payload = File.open(File.expand_path('../../fixtures/data/fake_gnip_tweets.json', File.dirname(__FILE__))).read
30
- response = @datasift.odp.ingest(@source[:data][:id], payload)
31
- assert_equal STATUS.valid, response[:http][:status]
32
- end
33
- end
34
- end
35
-
36
- describe '#ingest (failure)' do
37
- it 'handles 404 when Managed Source can not be found' do
38
- VCR.use_cassette('odp/batch/upload_failure_no_source') do
39
- payload = File.open(File.expand_path('../../fixtures/data/fake_gnip_tweets.json', File.dirname(__FILE__))).read
40
- assert_raises ApiResourceNotFoundError do
41
- response = @datasift.odp.ingest('invalid_source_id', payload)
42
- end
43
- end
44
- end
45
-
46
- it 'raises BadParametersError when payload is missing' do
47
- assert_raises ArgumentError do
48
- @datasift.odp.ingest('invalid_source_id')
49
- end
50
- end
51
- end
52
- end
@@ -1,238 +0,0 @@
1
- require File.expand_path('../../test_helper', __FILE__)
2
-
3
- describe 'DataSift::Push' do
4
-
5
- before do
6
- auth = DataSiftExample.new
7
- @datasift = auth.datasift
8
- @data = OpenStruct.new
9
-
10
- @data.valid_csdl = 'interaction.content contains "test"'
11
-
12
- # Grab Push config from auth.rb
13
- @data.params = auth.params
14
- end
15
-
16
- ##
17
- # /push/validate
18
- #
19
- describe '#push/validate' do
20
- it 'can validate a push destination' do
21
- VCR.use_cassette('push/push_validate') do
22
- @datasift.push.valid? @data.params
23
- assert @datasift.push.valid?(@data.params), 'Valid config must return true'
24
- end
25
- end
26
- end
27
-
28
- ##
29
- # /push/create
30
- #
31
- describe '#push/create' do
32
- before do
33
- VCR.use_cassette('push/before_push_create') do
34
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
35
- end
36
- end
37
-
38
- after do
39
- VCR.use_cassette('push/after_push_create') do
40
- @datasift.push.delete @response[:data][:id]
41
- end
42
- end
43
-
44
- it 'can create a push subscription' do
45
- VCR.use_cassette('push/push_create') do
46
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
47
- @response = @datasift.push.create params
48
- assert_equal STATUS.valid, @response[:http][:status]
49
- end
50
- end
51
- end
52
-
53
- ##
54
- # /push/get
55
- #
56
- describe '#push/get' do
57
- before do
58
- VCR.use_cassette('push/before_push_get') do
59
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
60
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
61
- response = @datasift.push.create params
62
- @id = response[:data][:id]
63
- end
64
- end
65
-
66
- after do
67
- VCR.use_cassette('push/after_push_get') do
68
- @datasift.push.delete @id
69
- end
70
- end
71
-
72
- it 'can get a specific push subscription' do
73
- VCR.use_cassette('push/push_get_by_id') do
74
- response = @datasift.push.get_by_subscription @id
75
- assert_equal STATUS.valid, response[:http][:status]
76
- end
77
- end
78
- end
79
-
80
- ##
81
- # /push/stop
82
- #
83
- describe '#push/stop' do
84
- before do
85
- VCR.use_cassette('push/before_push_stop') do
86
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
87
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
88
- response = @datasift.push.create params
89
- @id = response[:data][:id]
90
- end
91
- end
92
-
93
- after do
94
- VCR.use_cassette('push/after_push_stop') do
95
- @datasift.push.delete @id
96
- end
97
- end
98
-
99
- it 'can stop a push subscription' do
100
- VCR.use_cassette('push/push_stop') do
101
- response = @datasift.push.stop @id
102
- assert_equal STATUS.valid, response[:http][:status]
103
- end
104
- end
105
- end
106
-
107
- ##
108
- # /push/log
109
- #
110
- describe '#push/log' do
111
- before do
112
- VCR.use_cassette('push/before_push_log') do
113
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
114
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
115
- response = @datasift.push.create params
116
- @id = response[:data][:id]
117
- end
118
- end
119
-
120
- after do
121
- VCR.use_cassette('push/after_push_log') do
122
- @datasift.push.delete @id
123
- end
124
- end
125
-
126
- it 'can get the /push/log for a given subscription' do
127
- VCR.use_cassette('push/push_log_with_id') do
128
- response = @datasift.push.log_for @id
129
- assert_equal STATUS.valid, response[:http][:status]
130
- end
131
- end
132
- end
133
-
134
- ##
135
- # /push/pause
136
- #
137
- describe '#push/pause' do
138
- before do
139
- VCR.use_cassette('push/before_push_pause') do
140
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
141
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
142
- response = @datasift.push.create params
143
- @id = response[:data][:id]
144
- end
145
- end
146
-
147
- after do
148
- VCR.use_cassette('push/after_push_pause') do
149
- @datasift.push.delete @id
150
- end
151
- end
152
-
153
- it 'can pause a push subscription' do
154
- VCR.use_cassette('push/push_pause') do
155
- response = @datasift.push.pause @id
156
- assert_equal STATUS.valid, response[:http][:status]
157
- end
158
- end
159
- end
160
-
161
- ##
162
- # /push/resume
163
- #
164
- describe '#push/resume' do
165
- before do
166
- VCR.use_cassette('push/before_push_resume') do
167
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
168
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
169
- response = @datasift.push.create params
170
- @id = response[:data][:id]
171
- @datasift.push.pause @id
172
- end
173
- end
174
-
175
- after do
176
- VCR.use_cassette('push/after_push_resume') do
177
- @datasift.push.delete @id
178
- end
179
- end
180
-
181
- it 'can resume a push subscription' do
182
- VCR.use_cassette('push/push_resume') do
183
- response = @datasift.push.resume @id
184
- assert_equal STATUS.valid, response[:http][:status]
185
- end
186
- end
187
- end
188
-
189
- ##
190
- # /push/update
191
- #
192
- describe '#push/update' do
193
- before do
194
- VCR.use_cassette('push/before_push_update') do
195
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
196
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
197
- response = @datasift.push.create params
198
- @id = response[:data][:id]
199
- end
200
- end
201
-
202
- after do
203
- VCR.use_cassette('push/after_push_update') do
204
- @datasift.push.delete @id
205
- end
206
- end
207
-
208
- it 'can update a push subscription' do
209
- VCR.use_cassette('push/push_update') do
210
- @data.params[:id] = @id
211
- @data.params[:output_params][:directory] = 'new_directory'
212
- response = @datasift.push.update @data.params
213
- assert_equal STATUS.valid, response[:http][:status]
214
- end
215
- end
216
- end
217
-
218
- ##
219
- # /push/delete
220
- #
221
- describe '#push/delete' do
222
- before do
223
- VCR.use_cassette('push/before_push_delete') do
224
- @filter = @datasift.compile(@data.valid_csdl)[:data][:hash]
225
- params = @data.params.merge('hash' => @filter, 'name' => 'Ruby Push Example')
226
- response = @datasift.push.create params
227
- @id = response[:data][:id]
228
- end
229
- end
230
-
231
- it 'can delete a push subscription' do
232
- VCR.use_cassette('push/push_delete') do
233
- response = @datasift.push.delete @id
234
- assert_equal STATUS.no_content, response[:http][:status]
235
- end
236
- end
237
- end
238
- end
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"get","uri":"https://api.datasift.com/v1.2/account/usage","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:44 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9629"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3279"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJ1c2FnZSI6W3sicXVhbnRpdHkiOjAsImNvc3QiOjAsImNhdGVnb3J5Ijoi\nbWFuYWdlZF9zb3VyY2VzIiwidW5pdCI6ImRwdSIsInNvdXJjZSI6ImZhY2Vi\nb29rX3BhZ2VzIiwidGltZXN0YW1wIjoxNDQ3MzIyNDAwfSx7InF1YW50aXR5\nIjowLjIyNDkxLCJjb3N0IjowLCJjYXRlZ29yeSI6InJlYWx0aW1lIiwidW5p\ndCI6ImRwdSIsInNvdXJjZSI6IiIsInRpbWVzdGFtcCI6MTQ0NzMyMjQwMH1d\nfQ==\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:44 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"get","uri":"https://api.datasift.com/v1.2/account/usage?period=invalid_period","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":400,"message":"Bad Request"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:44 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9579"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3279"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"]},"body":{"encoding":"UTF-8","base64_string":"eyJlcnJvciI6InBlcmlvZCBpcyBpbnZhbGlkOyB2YWxpZCB2YWx1ZXMgYXJl\nOiBob3VybHksZGFpbHksbW9udGhseSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:44 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"get","uri":"https://api.datasift.com/v1.2/account/usage?period=monthly","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:44 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9604"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3279"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJ1c2FnZSI6W3sicXVhbnRpdHkiOjExLjUxMzc2LCJjb3N0IjowLCJjYXRl\nZ29yeSI6Im1hbmFnZWRfc291cmNlcyIsInVuaXQiOiJkcHUiLCJzb3VyY2Ui\nOiJmYWNlYm9va19wYWdlcyIsInRpbWVzdGFtcCI6MTQ0NjMzNjAwMH0seyJx\ndWFudGl0eSI6MzUxNy45MzM0MiwiY29zdCI6MCwiY2F0ZWdvcnkiOiJtYW5h\nZ2VkX3NvdXJjZXMiLCJ1bml0IjoiZHB1Iiwic291cmNlIjoiaW5zdGFncmFt\nIiwidGltZXN0YW1wIjoxNDQ2MzM2MDAwfSx7InF1YW50aXR5Ijo3OC43NjE4\nOSwiY29zdCI6MCwiY2F0ZWdvcnkiOiJyZWFsdGltZSIsInVuaXQiOiJkcHUi\nLCJzb3VyY2UiOiIiLCJ0aW1lc3RhbXAiOjE0NDYzMzYwMDB9XX0=\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:44 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/historics/delete?id=40f55f9c8afe0f793003","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9889"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/balance","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["2"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:28 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9949"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3295"],"X-Cache-Control":["max-age=300, must-revalidate"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"e30=\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:28 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9884"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiMTQ1ZWEyNGE0ZDgzYTE0ZWNiOTA3N2I4MzFmMTQ4MDkiLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMDo1OToyOSIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9944"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3295"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiMTQ1ZWEyNGE0ZDgzYTE0ZWNiOTA3N2I4MzFmMTQ4MDkiLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMDo1OToyOSIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"},{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/historics/prepare","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["135"]}},"response":{"status":{"code":202,"message":"Accepted"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9919"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6IjQwZjU1ZjljOGFmZTBmNzkzMDAzIiwiZHB1cyI6MC40LCJhdmFp\nbGFiaWxpdHkiOnsic3RhcnQiOiIxNDQ3Mjg2NDAwIiwiZW5kIjoiMTQ0NzI4\nNjQwMCIsInNvdXJjZXMiOnsidHVtYmxyIjp7ImF1Z21lbnRhdGlvbnMiOltd\nLCJ2ZXJzaW9ucyI6WyIzIl0sInN0YXR1cyI6MTAwfX19fQ==\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9869"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiMTQ1ZWEyNGE0ZDgzYTE0ZWNiOTA3N2I4MzFmMTQ4MDkiLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMDo1OToyOSIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/dpu","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["43"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9879"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJkcHUiOjAuMSwiZGV0YWlsIjp7ImNvbnRhaW5zIjp7ImNvdW50IjoxLCJk\ncHUiOjAuMSwidGFyZ2V0cyI6eyJpbnRlcmFjdGlvbi5jb250ZW50Ijp7ImNv\ndW50IjoxLCJkcHUiOjAuMX19fX19\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/dpu","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["42"]}},"response":{"status":{"code":400,"message":"Bad Request"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9874"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"]},"body":{"encoding":"UTF-8","base64_string":"eyJlcnJvciI6IlVuYWJsZSB0byBnZXQgRFBVIFs0MDBdIiwib3JpZ2luYWxf\nZXJyb3IiOiJVbmFibGUgdG8gZ2V0IERQVSBbNDAwXSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/dpu","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["39"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:29 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9914"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJkcHUiOjAuNCwiZGV0YWlsIjp7fX0=\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:29 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/usage","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["17"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:30 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9829"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3293"],"X-Cache-Control":["max-age=300, must-revalidate"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJzdGFydCI6IlRodSwgMTIgTm92IDIwMTUgMDk6NTU6MDAgKzAwMDAiLCJl\nbmQiOiJUaHUsIDEyIE5vdiAyMDE1IDEwOjU1OjAwICswMDAwIiwic3RyZWFt\ncyI6eyIxM2U5MzQ3ZTdkYTMyZjE5ZmNkYjA4ZTI5NzAxOWQyZSI6eyJsaWNl\nbnNlcyI6eyJibG9nIjoyNzcsImRpc3F1cyI6MTYwLCJmb2N1cyI6ODA2NCwi\nZ2VuZGVyIjo5MjQsImludGVyYWN0aW9uIjoxMTQwMywia2xvdXQuc2NvcmUi\nOjI1NywibGFuZ3VhZ2UiOjExMzc5LCJsZXhpc25leGlzIjoxMDgsImxpbmtz\nIjoxNTEwLCJuZXdzY3JlZCI6MTA4MywidHVtYmxyIjo4MTgxLCJ0d2l0dGVy\nIjoyNjEsIndpa2lwZWRpYSI6MTQsIndvcmRwcmVzcyI6MTMxOX0sInNlY29u\nZHMiOjM2MDB9LCJiYzJkYWVmNmE4ZWJlMmYyZjUzZGQzN2Q1ZGQxMjBhMyI6\neyJsaWNlbnNlcyI6W10sInNlY29uZHMiOjM2MDB9LCJmZmZlYTFhNTJiMzhl\nNGVlMzVhODc1NDZkYWNmYzk2ZiI6eyJsaWNlbnNlcyI6W10sInNlY29uZHMi\nOjM2MDB9fX0=\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:30 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/validate","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["44"]}},"response":{"status":{"code":400,"message":"Bad Request"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:30 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9859"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3293"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"]},"body":{"encoding":"UTF-8","base64_string":"eyJlcnJvciI6IldlIGFyZSB1bmFibGUgdG8gcGFyc2UgdGhpcyBzdHJlYW0u\nIEF0IGxpbmUgMSBwb3NpdGlvbiAyMSB3ZSB3ZXJlIGV4cGVjdGluZyBvbmUg\nb2Y6IGFuIG9wZXJhdG9yIHRoYXQgY2FuIGFjdCBvbiBzdHJpbmdzLCBpbnRl\nZ2VycyBvciBmbG9hdCB0eXBlcyAoPT0sICE9LCA8LCA+LCA+PSwgPD0pLCBm\nb2xsb3dlZCBieSBhIHRleHQgdmFsdWU7XG4gb3IgdGhlIFwic3Vic3RyaW5n\nXCIgb3BlcmF0b3IsIGZvbGxvd2VkIGJ5IGEgdGV4dCB2YWx1ZTtcbiBvciA8\ncHJlZGljYXRlLmNvbnRhaW5zX3BhcmFtZXRlcnM+LCBmb2xsb3dlZCBieSBh\nIGxpc3Qgb2YgY29tbWEgc2VwYXJhdGVkIHN0cmluZ3M7XG4gb3IgdGhlIFwi\naW5cIiBvcGVyYXRvciBmb3Igc3RyaW5ncywgZm9sbG93ZWQgYnkgYSBsaXN0\nIG9mIGNvbW1hIHNlcGFyYXRlZCBzdHJpbmdzO1xuIG9yIDxwcmVkaWNhdGUu\nY29udGFpbnNfcGFyYW1ldGVycz4sIGZvbGxvd2VkIGJ5IGEgcXVvdGUgKFwi\nKSwgZm9sbG93ZWQgYnkgYSBsaXN0IG9mIGNvbW1hIHNlcGFyYXRlZCBpdGVt\ncyBpbiBhIGNvbnRhaW5zIG5lYXIgb3BlcmF0b3IncyB2YWx1ZSwgZm9sbG93\nZWQgYnkgYSBjb2xvbiAoOiksIGZvbGxvd2VkIGJ5IHRoZSBudW1iZXIgb2Yg\nd29yZHMgc2VwYXJhdGlvbiBhcmd1bWVudCBpbiB0aGUgY29udGFpbnMgbmVh\nciBvcGVyYXRvcidzIHZhbHVlLCBmb2xsb3dlZCBieSBhIHF1b3RlIChcIik7\nXG4gb3IgPHByZWRpY2F0ZS5jb250YWluc19wYXJhbWV0ZXJzPiwgZm9sbG93\nZWQgYnkgYSB0ZXh0IHZhbHVlO1xuIG9yIHRoZSBcImluXCIgb3BlcmF0b3Ig\nZm9yIGR5bmFtaWMgbGlzdHMsIGZvbGxvd2VkIGJ5IGEgZHluYW1pYyBsaXN0\nIGtleTtcbiBvciA8cHJlZGljYXRlLmNvbnRhaW5zX3BhcmFtZXRlcnM+LCBm\nb2xsb3dlZCBieSBhIGR5bmFtaWMgbGlzdCBrZXkuIn0=\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:30 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/validate","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:30 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9864"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3294"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJjcmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMDo1OTozMCIsImRwdSI6IjAu\nMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:30 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/validate","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:30 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9854"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3293"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJjcmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMDo1OTozMCIsImRwdSI6IjAu\nMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:30 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/source/delete?id=390ad395404742bdbd962e818bc0767a","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:02:07 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9503"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3136"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:02:07 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/source/create","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["110"]}},"response":{"status":{"code":201,"message":"Created"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:02:07 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9528"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3136"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6IjM5MGFkMzk1NDA0NzQyYmRiZDk2MmU4MThiYzA3NjdhIiwic3Rh\ndHVzIjoic3RvcHBlZCIsInNvdXJjZV90eXBlIjoidHdpdHRlcl9nbmlwIiwi\nbmFtZSI6IlJ1YnkgT0RQIEFQSSIsImF1dGgiOltdLCJyZXNvdXJjZXMiOlt7\nInJlc291cmNlX2lkIjoiOGZhZjY1OGNjZDlkNDRjNzllZGI2NGU2ZGVhYjI1\nNzYiLCJwYXJhbWV0ZXJzIjp7InVuaXF1ZV9pZF9sb2NhdGlvbiI6ImlkIiwi\naW50ZXJhY3Rpb25fdHlwZSI6InR3aXR0ZXJfZ25pcCIsImF1Z21lbnRhdGlv\nbnMiOlsiZ2VuZGVyIiwia2xvdXQiLCJsYW5ndWFnZWRldGVjdGlvbiIsInNh\nbGllbmNlX2NvbnRlbnQiLCJzYWxpZW5jZV90aXRsZSIsInRyZW5kcyIsInpl\nbnlhX2NvbnRlbnQiLCJ6ZW55YV90aXRsZSJdLCJpZG1sIjoiIyBNYXBzIHRo\nZSBHbmlwIEFjdGl2aXR5U3RyZWFtIGZvcm1hdCB0byBhIFR3aXR0ZXIgb2Jq\nZWN0XG5bbWFpbl1cbnR3aXR0ZXIgPSAoYXBwbHkoXCJjcmVhdGVfcG9zdFwi\nKSBbIHJvb3QudmVyYiA9PSBcInBvc3RcIiBdIHxcbiAgICAgICAgICAgYXBw\nbHkoXCJjcmVhdGVfc2hhcmVcIikgWyByb290LnZlcmIgPT0gXCJzaGFyZVwi\nXSB8XG4gICAgICAgICAgIGFwcGx5KFwiY3JlYXRlX2RlbGV0ZVwiKSBbIHJv\nb3QudmVyYiA9PSBcImRlbGV0ZVwiIF0gfFxuICAgICAgICAgICBhcHBseShc\nImNyZWF0ZV9zdGF0dXNfd2l0aGhlbGRcIikgWyByb290LnZlcmIgPT0gXCJz\ndGF0dXNfd2l0aGhlbGRcIiBdIHxcbiAgICAgICAgICAgYXBwbHkoXCJjcmVh\ndGVfc2NydWJfZ2VvXCIpIFsgcm9vdC52ZXJiID09IFwic2NydWJfZ2VvXCIg\nXSB8XG4gICAgICAgICAgIGFwcGx5KFwiY3JlYXRlX290aGVyX2NvbXBsaWFu\nY2VcIilcbiAgICAgICAgICApXG5cbiMgZGVsZXRlcyBoYXZlIGFuIGV4dHJh\nIHRvcC1sZXZlbCBmaWVsZFxuZGVsZXRlZCA9IHRydWUgW3Jvb3QudmVyYiA9\nPSBcImRlbGV0ZVwiXVxuXG5bY3JlYXRlX2RlbGV0ZV1cbmlkICAgICAgICAg\nID0gb2JqZWN0LmlkLnNwbGl0KFwiOlwiKVsyXVxuY3JlYXRlZF9hdCAgPSB0\naW1lc3RhbXBNcy5kYXRlKClcbnVzZXIgICAgICAgID0gYWN0b3IuYXBwbHko\nXCJjcmVhdGVfYWN0b3JcIilcblxuW2NyZWF0ZV9zdGF0dXNfd2l0aGhlbGRd\nXG5jcmVhdGVkX2F0ICAgICAgICAgPSB0aW1lc3RhbXBNcy5kYXRlKClcbnN0\nYXR1cyAgICAgICAgICAgICA9IHZlcmJcbndpdGhoZWxkLmNvdW50cmllcyA9\nIG9iamVjdC53aXRoaGVsZF9pbl9jb3VudHJpZXNcblxuIyB0aGUgb2JqZWN0\nIHJlZmVycyB0byB0aGUgc3RhdHVzIG1lc3NhZ2UgYW5kIHRoZXJlJ3MgYSB1\nc2VyX2lkIGZpZWxkIGluc3RlYWQgb2YgYW4gYWN0b3JcbmlkICAgICAgICAg\nID0gb2JqZWN0LmlkLm1hdGNoKFwiLio/KFxcXFxkKylcIilbMF1cbnVzZXIu\naWQgICAgID0gb2JqZWN0LnVzZXJfaWQubWF0Y2goXCIuKj8oXFxcXGQrKVwi\nKVswXS5pbnQoKVxudXNlci5pZF9zdHIgPSBvYmplY3QudXNlcl9pZC5tYXRj\naChcIi4qPyhcXFxcZCspXCIpWzBdXG5cbltjcmVhdGVfc2NydWJfZ2VvXVxu\nY3JlYXRlZF9hdCAgPSB0aW1lc3RhbXBNcy5kYXRlKClcbnN0YXR1cyAgICAg\nID0gdmVyYlxudXNlciAgICAgICAgPSBhY3Rvci5hcHBseShcImNyZWF0ZV9h\nY3RvclwiKVxuc2NydWJfZ2VvLnVwX3RvX3N0YXR1c19pZCA9IHRhcmdldC51\ncF90b19pZC5tYXRjaChcIi4qPyhcXFxcZCspXCIpWzBdXG5cbltjcmVhdGVf\nb3RoZXJfY29tcGxpYW5jZV1cbmNyZWF0ZWRfYXQgID0gdGltZXN0YW1wTXMu\nZGF0ZSgpXG5zdGF0dXMgICAgICA9IHZlcmJcbnVzZXIgICAgICAgID0gb2Jq\nZWN0LmFwcGx5KFwiY3JlYXRlX2FjdG9yXCIpXG53aXRoaGVsZC5jb3VudHJp\nZXMgPSB3aXRoaGVsZF9pbl9jb3VudHJpZXNcblxuW2NyZWF0ZV9nZW9fZnJv\nbV9wb2x5XVxubGF0aXR1ZGUgICAgPSBnZW8uY29vcmRpbmF0ZXNbMF0uZXh0\ncmFjdCh0aGlzWzFdKS5hdmVyYWdlKClcbmxvbmdpdHVkZSAgID0gZ2VvLmNv\nb3JkaW5hdGVzWzBdLmV4dHJhY3QodGhpc1swXSkuYXZlcmFnZSgpXG5cbltj\ncmVhdGVfZ2VvX2Zyb21fcG9pbnRdXG5sYXRpdHVkZSAgICA9IGdlby5jb29y\nZGluYXRlc1swXVxubG9uZ2l0dWRlICAgPSBnZW8uY29vcmRpbmF0ZXNbMV1c\nblxuW2NyZWF0ZV9sb2NfZ2VvX2Zyb21fcG9seV1cbmxhdGl0dWRlICAgID0g\nbG9jYXRpb24uZ2VvLmNvb3JkaW5hdGVzWzBdLmV4dHJhY3QodGhpc1sxXSku\nYXZlcmFnZSgpXG5sb25naXR1ZGUgICA9IGxvY2F0aW9uLmdlby5jb29yZGlu\nYXRlc1swXS5leHRyYWN0KHRoaXNbMF0pLmF2ZXJhZ2UoKVxuXG5bY3JlYXRl\nX2xvY19nZW9fZnJvbV9wb2ludF1cbmxhdGl0dWRlICAgID0gbG9jYXRpb24u\nZ2VvLmNvb3JkaW5hdGVzWzBdXG5sb25naXR1ZGUgICA9IGxvY2F0aW9uLmdl\nby5jb29yZGluYXRlc1sxXVxuXG5bY3JlYXRlX3Bvc3RdXG5pZCAgICAgICAg\nICAgICAgPSBpZC5zcGxpdChcIjpcIilbMl1cbmxpbmsgICAgICAgICAgICA9\nIGxpbmtcbnVzZXIgICAgICAgICAgICA9IGFjdG9yLmFwcGx5KFwiY3JlYXRl\nX2FjdG9yXCIpXG5sYW5nICAgICAgICAgICAgPSB0d2l0dGVyX2xhbmdcbnRl\neHQgICAgICAgICAgICA9IGJvZHkuc2l6ZSgxMDAwKVxuY3JlYXRlZF9hdCAg\nICAgID0gcG9zdGVkVGltZS5kYXRlKClcbmZpbHRlcl9sZXZlbCAgICA9IHR3\naXR0ZXJfZmlsdGVyX2xldmVsXG5zb3VyY2UgICAgICAgICAgPSBnZW5lcmF0\nb3IuZGlzcGxheU5hbWVcbmhhc2h0YWdzICAgICAgICA9IHR3aXR0ZXJfZW50\naXRpZXMuaGFzaHRhZ3MgWyB0cnVuY2F0ZWQgIT0gdHJ1ZSBdIC5leHRyYWN0\nKHRleHQpXG5tZW50aW9ucyAgICAgICAgPSB0d2l0dGVyX2VudGl0aWVzLnVz\nZXJfbWVudGlvbnMuZXh0cmFjdChzY3JlZW5fbmFtZSlcbm1lbnRpb25faWRz\nICAgICA9IHR3aXR0ZXJfZW50aXRpZXMudXNlcl9tZW50aW9ucy5leHRyYWN0\nKGlkKVxubWVkaWEgICAgICAgICAgID0gdHdpdHRlcl9lbnRpdGllcy5tZWRp\nYS5leHRyYWN0KGJsYWNrbGlzdChcImluZGljZXNcIikpXG5wbGFjZSAgICAg\nICAgICAgPSBsb2NhdGlvbi5hcHBseShcImNyZWF0ZV9wbGFjZVwiKVxuc3lt\nYm9scyAgICAgICAgID0gc3ltYm9scy5leHRyYWN0KHRleHQpXG5nZW8gICAg\nICAgICAgICAgPSAoYXBwbHkoXCJjcmVhdGVfZ2VvX2Zyb21fcG9pbnRcIikg\nICAgIFsgcm9vdC5nZW8udHlwZSA9PSBcIlBvaW50XCIgXSAgICAgICAgICAg\nfCAjIHRyeSB0aGUgYWNjdXJhdGUgcG9pbnRcbiAgICAgICAgICAgICAgICAg\nICAgICAgYXBwbHkoXCJjcmVhdGVfZ2VvX2Zyb21fcG9seVwiKSAgICAgIFsg\ncm9vdC5nZW8udHlwZSA9PSBcIlBvbHlnb25cIiBdICAgICAgICAgfCAjIHRy\neSBhbiBhY2N1cmF0ZSBwb2x5XG4gICAgICAgICAgICAgICAgICAgICAgICAg\nICAgICAgICAgICAgICBhcHBseShcImNyZWF0ZV9sb2NfZ2VvX2Zyb21fcG9p\nbnRcIikgWyByb290LmxvY2F0aW9uLmdlby50eXBlID09IFwiUG9pbnRcIiBd\nICB8ICMgdHJ5IHRoZSBsb2NhdGlvbiBwb2ludFxuICAgICAgICAgICAgICAg\nICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGFwcGx5\nKFwiY3JlYXRlX2xvY19nZW9fZnJvbV9wb2x5XCIpICBbIHJvb3QubG9jYXRp\nb24uZ2VvLnR5cGUgPT0gXCJQb2x5Z29uXCIgXSkgIyB0cnkgdGhlIGxvY2F0\naW9uIHBvbHlcblxuIyBzcGxpdCBsaW5rcyBsaWtlIGh0dHA6XC9cL3R3aXR0\nZXIuY29tXC9zY3JlZW5fbmFtZVwvc3RhdHVzZXNcL3N0YXR1c19pZFxuaW5f\ncmVwbHlfdG9fc2NyZWVuX25hbWUgICA9IGluUmVwbHlUby5saW5rLnNwbGl0\nKFwiXFxcL1wiKSBbM11cbmluX3JlcGx5X3RvX3N0YXR1c19pZCAgICAgPSBp\nblJlcGx5VG8ubGluay5zcGxpdChcIlxcXC9cIikgWzVdXG5cbiMgZXh0cmFj\ndCBsaW5rcyBmcm9tIHR3aXR0ZXIgZW50aXRpZXNcbmxpbmtzICAgICAgICAg\nICA9IHR3aXR0ZXJfZW50aXRpZXMudXJscy5leHRyYWN0KChleHBhbmRlZF91\ncmwgfCB1cmwpKVswOjVdXG5kb21haW5zICAgICAgICAgPSB0d2l0dGVyX2Vu\ndGl0aWVzLnVybHMuZXh0cmFjdCgoZXhwYW5kZWRfdXJsLnVybCgpLmhvc3Qg\nfCB1cmwudXJsKCkuaG9zdCkpWzA6NV1cbmRpc3BsYXlfdXJscyAgICA9IHR3\naXR0ZXJfZW50aXRpZXMudXJscy5leHRyYWN0KGRpc3BsYXlfdXJsKVswOjVd\nXG5cbltjcmVhdGVfc2hhcmVdXG5yZXR3ZWV0ICAgICA9IGFwcGx5KFwiY3Jl\nYXRlX3Bvc3RcIilcbnJldHdlZXRlZCAgID0gb2JqZWN0LmFwcGx5KFwiY3Jl\nYXRlX3Bvc3RcIilcbmlkICAgICAgICAgID0gaWQuc3BsaXQoXCI6XCIpWzJd\nXG5cbiMgd2UgY2FuIGdldCB0aGUgb3JkZXIgdGhlIHJldHdlZXQgd2FzIG1h\nZGUgaW4gYnkgZ2V0dGluZyB0aGUgb3JpZ2luYWwgdHdlZXRzIHJldHdlZXQg\nY291bnRcbnJldHdlZXQuY291bnQgPSByZXR3ZWV0Q291bnQuaW50KCkuZGVm\nYXVsdCgwKVxuXG4jIHRoZSByZXR3ZWV0IGlzIG9mdGVuIHRydW5jYXRlZCBi\neSB0d2l0dGVyLiBsZXQncyBmb3JtYXQgaXQgb3Vyc2VsZlxucmV0d2VldC50\nZXh0ID0gXCJSVCBAJXM6ICVzXCIuZm9ybWF0KG9iamVjdC5hY3Rvci5wcmVm\nZXJyZWRVc2VybmFtZSwgb2JqZWN0LmJvZHkpXG5cbiMgd2UgZG9uJ3QgbWFw\nIHRoZSBmYXZvcml0ZXMgY291bnQgb2YgYSBuZXcgdHdlZXQgc2luY2UgaXQn\nbGwgbGlrZWx5IGJlIHplcm9cbnJldHdlZXRlZC5mYXZvdXJpdGVzX2NvdW50\nID0gb2JqZWN0LmZhdm9yaXRlc0NvdW50XG5cbiMgcHJlcGVuZCB0aGUgcmV0\nd2VldGVkIHVzZXIgc2NyZWVuIG5hbWUgYW5kIGlkIHRvIHRoZSBtZW50aW9u\ncyBsaXN0XG5yZXR3ZWV0Lm1lbnRpb25zID0gQHJldHdlZXQubWVudGlvbnMu\ncHJlcGVuZChAcmV0d2VldGVkLnVzZXIuc2NyZWVuX25hbWUpXG5yZXR3ZWV0\nLm1lbnRpb25faWRzID0gQHJldHdlZXQubWVudGlvbl9pZHMucHJlcGVuZChA\ncmV0d2VldGVkLnVzZXIuaWQpXG5cbltjcmVhdGVfcGxhY2VdXG5jb3VudHJ5\nICAgICAgICAgPSBjb3VudHJ5X2NvZGVcbmNvdW50cnlfY29kZSAgICA9IHR3\naXR0ZXJfY291bnRyeV9jb2RlXG5mdWxsX25hbWUgICAgICAgPSBkaXNwbGF5\nTmFtZVxubmFtZSAgICAgICAgICAgID0gbmFtZVxucGxhY2VfdHlwZSAgICAg\nID0gdHdpdHRlcl9wbGFjZV90eXBlXG51cmwgICAgICAgICAgICAgPSBsaW5r\nXG5cbltjcmVhdGVfYWN0b3JdXG5pZCAgICAgICAgICAgICAgICAgICAgICA9\nIGlkLm1hdGNoKFwiLio/KFxcXFxkKylcIilbMF0uaW50KClcbmlkX3N0ciAg\nICAgICAgICAgICAgICAgID0gaWQubWF0Y2goXCIuKj8oXFxcXGQrKVwiKVsw\nXVxudXJsICAgICAgICAgICAgICAgICAgICAgPSBsaW5rXG5uYW1lICAgICAg\nICAgICAgICAgICAgICA9IGRpc3BsYXlOYW1lXG5wcm9maWxlX2ltYWdlX3Vy\nbCAgICAgICA9IGltYWdlXG5wcm9maWxlX2ltYWdlX3VybF9odHRwcyA9IGlt\nYWdlXG5kZXNjcmlwdGlvbiAgICAgICAgICAgICA9IHN1bW1hcnlcbmNyZWF0\nZWRfYXQgICAgICAgICAgICAgID0gcG9zdGVkVGltZS5kYXRlKClcbmxvY2F0\naW9uICAgICAgICAgICAgICAgID0gbG9jYXRpb24uZGlzcGxheU5hbWVcbnV0\nY19vZmZzZXQgICAgICAgICAgICAgID0gdXRjT2Zmc2V0LmludCgpXG5zY3Jl\nZW5fbmFtZSAgICAgICAgICAgICA9IHByZWZlcnJlZFVzZXJuYW1lXG5sYW5n\nICAgICAgICAgICAgICAgICAgICA9IGxhbmd1YWdlc1swXVxudGltZV96b25l\nICAgICAgICAgICAgICAgPSB0d2l0dGVyVGltZVpvbmVcbmZyaWVuZHNfY291\nbnQgICAgICAgICAgID0gZnJpZW5kc0NvdW50XG5mb2xsb3dlcnNfY291bnQg\nICAgICAgICA9IGZvbGxvd2Vyc0NvdW50XG5saXN0ZWRfY291bnQgICAgICAg\nICAgICA9IGxpc3RlZENvdW50XG5zdGF0dXNlc19jb3VudCAgICAgICAgICA9\nIHN0YXR1c2VzQ291bnRcbnZlcmlmaWVkICAgICAgICAgICAgICAgID0gdmVy\naWZpZWRcbmZhdm91cml0ZXNfY291bnQgICAgICAgID0gZmF2b3JpdGVzQ291\nbnQiLCJjYXRlZ29yeSI6InR3aXR0ZXJjYXRlZ29yeV8xIn19XSwicGFyYW1l\ndGVycyI6W10sImNyZWF0ZWRfYXQiOjE0NDczMjYxMjd9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:02:07 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://in.datasift.com/invalid_source_id","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/ Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["27255"]}},"response":{"status":{"code":404,"message":"Not Found"},"headers":{"Cache-Control":["private"],"Content-Type":["application/json"],"Server":["DataSift Ingestion/1.0"],"X-Ingestion-Data-Ratelimit-Reset":["60"],"X-Ingestion-Request-Ratelimit-Limit":["10000"],"X-Ingestion-Request-Ratelimit-Reset":["3"],"X-Ingestion-Data-Ratelimit-Remaining":["9972754"],"X-Ingestion-Request-Ratelimit-Reset-Ttl":["1447326130"],"X-Ingestion-Data-Ratelimit-Reset-Ttl":["1447326187"],"X-Ingestion-Data-Ratelimit-Limit":["10000000"],"X-Ingestion-Request-Ratelimit-Remaining":["9997"],"Transfer-Encoding":["chunked"],"Strict-Transport-Security":["max-age=31536000"]},"body":{"encoding":"ASCII-8BIT","base64_string":"eyJlcnJvciI6IlVua25vd24gdXNlciBzb3VyY2UifQ==\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:02:07 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://in.datasift.com/390ad395404742bdbd962e818bc0767a","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/ Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["27255"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Cache-Control":["private"],"Content-Type":["application/json"],"Server":["DataSift Ingestion/1.0"],"X-Ingestion-Data-Ratelimit-Reset":["60"],"X-Ingestion-Request-Ratelimit-Limit":["10000"],"X-Ingestion-Request-Ratelimit-Reset":["3"],"X-Ingestion-Data-Ratelimit-Remaining":["9972754"],"X-Ingestion-Request-Ratelimit-Reset-Ttl":["1447326130"],"X-Ingestion-Data-Ratelimit-Reset-Ttl":["1447326187"],"X-Ingestion-Data-Ratelimit-Limit":["10000000"],"X-Ingestion-Request-Ratelimit-Remaining":["9998"],"Transfer-Encoding":["chunked"],"Strict-Transport-Security":["max-age=31536000"]},"body":{"encoding":"ASCII-8BIT","base64_string":"eyJhY2NlcHRlZCI6MTAsInRvdGFsX21lc3NhZ2VfYnl0ZXMiOjI3MjQ2fQ==\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:02:07 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:32 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9789"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3291"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiZTJhMDczZGE3NGEwMWNjZjViYTk3Y2FlMTQ4ZTY0NTciLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMDo1OTozMiIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:32 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:31 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9824"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3292"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiZTJhMDczZGE3NGEwMWNjZjViYTk3Y2FlMTQ4ZTY0NTciLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMDo1OTozMSIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:31 GMT"},{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/preview/create","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["171"]}},"response":{"status":{"code":202,"message":"Accepted"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:31 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9799"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3292"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6IjZkNDIyMDAwODMzZjcyN2I4MjE5OWYwZTcwOTM0MGRiMjk3Y2Y3\nNzgiLCJjcmVhdGVkX2F0IjoxNDQ3MzI1OTcyfQ==\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:31 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/preview/create","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["171"]}},"response":{"status":{"code":202,"message":"Accepted"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:32 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9764"],"X-Ratelimit-Cost":["25"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3291"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6IjU4NWE3ZWIxYTJmZTg3MTViMGExZGI3MWM5MWVhZWE4NTMxNGU1\nMDIiLCJjcmVhdGVkX2F0IjoxNDQ3MzI1OTcyfQ==\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:32 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/preview/get","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["49"]}},"response":{"status":{"code":202,"message":"Accepted"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 10:59:32 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9794"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["3291"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6IjZkNDIyMDAwODMzZjcyN2I4MjE5OWYwZTcwOTM0MGRiMjk3Y2Y3\nNzgiLCJuYW1lIjoicHJldmlldyIsInByb2dyZXNzIjowLCJzdGF0dXMiOiJx\ndWV1ZWQiLCJmZWVkcyI6InR1bWJsciIsInNhbXBsZSI6MSwiZW5kIjoxMzk4\nOTg1MjAwLCJjcmVhdGVkX2F0IjoxNDQ3MzI1OTcyLCJzdGFydCI6MTM5ODg5\nODgwMCwidXNlciI6IjMwNDkiLCJwYXJhbWV0ZXJzIjoibGFuZ3VhZ2UudGFn\nLGZyZXFEaXN0LDU7aW50ZXJhY3Rpb24uaWQsdGFyZ2V0Vm9sLGhvdXIiLCJo\nYXNoIjoiZTJhMDczZGE3NGEwMWNjZjViYTk3Y2FlMTQ4ZTY0NTcifQ==\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 10:59:32 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/push/delete?id=4dadd0aa1244a54f8081b2e189254a62","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:45 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9365"],"X-Ratelimit-Cost":["1"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2978"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:45 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/push/delete?id=a2eabbaae6f8a8f116aa08f1f74b58ea","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:51 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9307"],"X-Ratelimit-Cost":["1"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2972"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:51 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/push/delete?id=06e34d5fb2159de8571f409de50e2978","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:48 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9343"],"X-Ratelimit-Cost":["1"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2975"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:48 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/push/delete?id=433433282180ad86168e87fc499c06d4","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:54 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9283"],"X-Ratelimit-Cost":["1"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2969"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:54 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/push/delete?id=87c3e211bc5106ff430ffcd3fbc8a2b7","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:50 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9319"],"X-Ratelimit-Cost":["1"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2973"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:50 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/push/delete?id=92cf1291c467d6f8f146023e0f43ce1a","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:53 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9295"],"X-Ratelimit-Cost":["1"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2970"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:53 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"delete","uri":"https://api.datasift.com/v1.2/push/delete?id=1403418d9f75cd4610fb6115e9272750","body":{"encoding":"US-ASCII","base64_string":""},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"]}},"response":{"status":{"code":204,"message":"No Content"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:44 GMT"],"Content-Type":["text/html"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9376"],"X-Ratelimit-Cost":["1"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2979"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":""},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:44 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:44 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9371"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2979"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiMTQ1ZWEyNGE0ZDgzYTE0ZWNiOTA3N2I4MzFmMTQ4MDkiLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMTowNDo0NCIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:44 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:48 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9338"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2975"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiMTQ1ZWEyNGE0ZDgzYTE0ZWNiOTA3N2I4MzFmMTQ4MDkiLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMTowNDo0OCIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:48 GMT"},{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/push/create","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["340"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:49 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9333"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2975"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6IjQwNjIxY2EwYTgzYjdiYzFiNzBmOTdhOWJmODEyZGVlIiwib3V0\ncHV0X3R5cGUiOiJzMyIsIm5hbWUiOiJSdWJ5IFB1c2ggRXhhbXBsZSIsImNy\nZWF0ZWRfYXQiOjE0NDczMjYyODksInVzZXJfaWQiOjMwNDksImhhc2giOiIx\nNDVlYTI0YTRkODNhMTRlY2I5MDc3YjgzMWYxNDgwOSIsImhhc2hfdHlwZSI6\nInN0cmVhbSIsIm91dHB1dF9wYXJhbXMiOnsiYnVja2V0IjoiY29tZGF0YXNp\nZnRqYXNvbiIsImRpcmVjdG9yeSI6InJ1YnkiLCJhY2wiOiJwcml2YXRlIiwi\nZGVsaXZlcnlfZnJlcXVlbmN5IjowLCJtYXhfc2l6ZSI6MTA0ODU3NjAwLCJm\naWxlX3ByZWZpeCI6IkRhdGFTaWZ0In0sInN0YXR1cyI6ImFjdGl2ZSIsImxh\nc3RfcmVxdWVzdCI6bnVsbCwibGFzdF9zdWNjZXNzIjpudWxsLCJyZW1haW5p\nbmdfYnl0ZXMiOm51bGwsImxvc3RfZGF0YSI6ZmFsc2UsInN0YXJ0IjoxNDQ3\nMzI2Mjg5LCJlbmQiOjB9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:49 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:50 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9314"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2973"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiMTQ1ZWEyNGE0ZDgzYTE0ZWNiOTA3N2I4MzFmMTQ4MDkiLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMTowNDo1MCIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:50 GMT"},{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/push/create","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["340"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:51 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9309"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2973"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2584"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6ImEyZWFiYmFhZTZmOGE4ZjExNmFhMDhmMWY3NGI1OGVhIiwib3V0\ncHV0X3R5cGUiOiJzMyIsIm5hbWUiOiJSdWJ5IFB1c2ggRXhhbXBsZSIsImNy\nZWF0ZWRfYXQiOjE0NDczMjYyOTEsInVzZXJfaWQiOjMwNDksImhhc2giOiIx\nNDVlYTI0YTRkODNhMTRlY2I5MDc3YjgzMWYxNDgwOSIsImhhc2hfdHlwZSI6\nInN0cmVhbSIsIm91dHB1dF9wYXJhbXMiOnsiYnVja2V0IjoiY29tZGF0YXNp\nZnRqYXNvbiIsImRpcmVjdG9yeSI6InJ1YnkiLCJhY2wiOiJwcml2YXRlIiwi\nZGVsaXZlcnlfZnJlcXVlbmN5IjowLCJtYXhfc2l6ZSI6MTA0ODU3NjAwLCJm\naWxlX3ByZWZpeCI6IkRhdGFTaWZ0In0sInN0YXR1cyI6ImFjdGl2ZSIsImxh\nc3RfcmVxdWVzdCI6bnVsbCwibGFzdF9zdWNjZXNzIjpudWxsLCJyZW1haW5p\nbmdfYnl0ZXMiOm51bGwsImxvc3RfZGF0YSI6ZmFsc2UsInN0YXJ0IjoxNDQ3\nMzI2MjkxLCJlbmQiOjB9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:51 GMT"}],"recorded_with":"VCR 2.9.3"}
@@ -1 +0,0 @@
1
- {"http_interactions":[{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/compile","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["48"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:46 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9350"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2977"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJoYXNoIjoiMTQ1ZWEyNGE0ZDgzYTE0ZWNiOTA3N2I4MzFmMTQ4MDkiLCJj\ncmVhdGVkX2F0IjoiMjAxNS0xMS0xMiAxMTowNDo0NiIsImRwdSI6IjAuMSJ9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:46 GMT"},{"request":{"method":"post","uri":"https://api.datasift.com/v1.2/push/create","body":{"encoding":"UTF-8","base64_string":"PEJBU0U2NF9TVFJJTkc+\n"},"headers":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"User-Agent":["DataSift/v1.2 Ruby/v3.5.0"],"Authorization":["<USERNAME:API_KEY>"],"Content-Type":["application/json"],"Content-Length":["340"]}},"response":{"status":{"code":200,"message":"OK"},"headers":{"Server":["nginx"],"Date":["Thu, 12 Nov 2015 11:04:47 GMT"],"Content-Type":["application/json"],"Transfer-Encoding":["chunked"],"Connection":["close"],"X-Api-Version":["1.2"],"P3p":["CP=\"CAO PSA\""],"X-Ratelimit-Limit":["10000"],"X-Ratelimit-Remaining":["9345"],"X-Ratelimit-Cost":["5"],"X-Ratelimit-Reset":["1447329263"],"X-Ratelimit-Reset-Ttl":["2976"],"Access-Control-Allow-Origin":["*"],"Access-Control-Allow-Headers":["Authorization,Content-Type"],"Access-Control-Allow-Methods":["GET,POST,PUT,DELETE"],"X-Served-By":["ded2587"],"X-Frame-Options":["SAMEORIGIN"]},"body":{"encoding":"UTF-8","base64_string":"eyJpZCI6IjA2ZTM0ZDVmYjIxNTlkZTg1NzFmNDA5ZGU1MGUyOTc4Iiwib3V0\ncHV0X3R5cGUiOiJzMyIsIm5hbWUiOiJSdWJ5IFB1c2ggRXhhbXBsZSIsImNy\nZWF0ZWRfYXQiOjE0NDczMjYyODcsInVzZXJfaWQiOjMwNDksImhhc2giOiIx\nNDVlYTI0YTRkODNhMTRlY2I5MDc3YjgzMWYxNDgwOSIsImhhc2hfdHlwZSI6\nInN0cmVhbSIsIm91dHB1dF9wYXJhbXMiOnsiYnVja2V0IjoiY29tZGF0YXNp\nZnRqYXNvbiIsImRpcmVjdG9yeSI6InJ1YnkiLCJhY2wiOiJwcml2YXRlIiwi\nZGVsaXZlcnlfZnJlcXVlbmN5IjowLCJtYXhfc2l6ZSI6MTA0ODU3NjAwLCJm\naWxlX3ByZWZpeCI6IkRhdGFTaWZ0In0sInN0YXR1cyI6ImFjdGl2ZSIsImxh\nc3RfcmVxdWVzdCI6bnVsbCwibGFzdF9zdWNjZXNzIjpudWxsLCJyZW1haW5p\nbmdfYnl0ZXMiOm51bGwsImxvc3RfZGF0YSI6ZmFsc2UsInN0YXJ0IjoxNDQ3\nMzI2Mjg3LCJlbmQiOjB9\n"},"http_version":null},"recorded_at":"Thu, 12 Nov 2015 11:04:47 GMT"}],"recorded_with":"VCR 2.9.3"}