aylien_text_api 0.0.4 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/LICENSE +1 -1
- data/lib/aylien_text_api.rb +1 -1
- data/lib/aylien_text_api/client.rb +57 -13
- data/lib/aylien_text_api/configuration.rb +14 -3
- data/lib/aylien_text_api/connection.rb +4 -2
- data/lib/aylien_text_api/error.rb +1 -1
- data/lib/aylien_text_api/version.rb +2 -2
- data/spec/fixtures/aylien_text_api/client/classify_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/classify_with_invalid_params.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/classify_with_text.yml +25 -16
- data/spec/fixtures/aylien_text_api/client/classify_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/classify_with_valid_url.yml +115 -67
- data/spec/fixtures/aylien_text_api/client/classify_with_value_as_text.yml +25 -16
- data/spec/fixtures/aylien_text_api/client/classify_with_value_as_valid_url.yml +115 -67
- data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_params.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/concepts_with_text.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/concepts_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/concepts_with_valid_url.yml +109 -32
- data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_text.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_valid_url.yml +109 -32
- data/spec/fixtures/aylien_text_api/client/entities_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/entities_with_invalid_params.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/entities_with_text.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/entities_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/entities_with_valid_url.yml +466 -271
- data/spec/fixtures/aylien_text_api/client/entities_with_value_as_text.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/entities_with_value_as_valid_url.yml +465 -271
- data/spec/fixtures/aylien_text_api/client/extract_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/extract_with_invalid_params.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/extract_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/extract_with_valid_url.yml +267 -154
- data/spec/fixtures/aylien_text_api/client/extract_with_value_as_text.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/extract_with_value_as_valid_url.yml +267 -154
- data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_params.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/hashtags_with_text.yml +31 -17
- data/spec/fixtures/aylien_text_api/client/hashtags_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/hashtags_with_valid_url.yml +51 -27
- data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_text.yml +32 -17
- data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_valid_url.yml +51 -27
- data/spec/fixtures/aylien_text_api/client/language_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/language_with_invalid_params.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/language_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/language_with_valid_text.yml +21 -9
- data/spec/fixtures/aylien_text_api/client/language_with_valid_url.yml +46 -26
- data/spec/fixtures/aylien_text_api/client/language_with_value_as_text.yml +21 -9
- data/spec/fixtures/aylien_text_api/client/language_with_value_as_valid_url.yml +46 -26
- data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_client.yml +38 -0
- data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_params.yml +62 -0
- data/spec/fixtures/aylien_text_api/client/microformats_with_unauthenticated_client.yml +42 -0
- data/spec/fixtures/aylien_text_api/client/microformats_with_valid_url.yml +84 -0
- data/spec/fixtures/aylien_text_api/client/microformats_with_value_as_valid_url.yml +84 -0
- data/spec/fixtures/aylien_text_api/client/related_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/related_with_invalid_params.yml +17 -9
- data/spec/fixtures/aylien_text_api/client/related_with_phrase.yml +80 -28
- data/spec/fixtures/aylien_text_api/client/related_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/related_with_value_as_phrase.yml +80 -28
- data/spec/fixtures/aylien_text_api/client/related_with_value_as_valid_url.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_params.yml +16 -8
- data/spec/fixtures/aylien_text_api/client/sentiment_with_text.yml +23 -21
- data/spec/fixtures/aylien_text_api/client/sentiment_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/sentiment_with_valid_url.yml +49 -26
- data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_text.yml +23 -21
- data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_valid_url.yml +49 -26
- data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_params.yml +17 -9
- data/spec/fixtures/aylien_text_api/client/summarize_with_title_and_text.yml +20 -46
- data/spec/fixtures/aylien_text_api/client/summarize_with_unauthenticated_client.yml +7 -5
- data/spec/fixtures/aylien_text_api/client/summarize_with_valid_url.yml +61 -34
- data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_title.yml +20 -46
- data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_without_title.yml +17 -9
- data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_valid_url.yml +61 -34
- data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_client.yml +38 -0
- data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_params.yml +57 -0
- data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_text.yml +53 -0
- data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_unauthenticated_client.yml +42 -0
- data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_valid_url.yml +96 -0
- data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_text.yml +57 -0
- data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_valid_url.yml +96 -0
- data/spec/lib/aylien_text_api/client_spec.rb +13 -3
- data/spec/lib/aylien_text_api/microformats.rb +66 -0
- data/spec/lib/aylien_text_api/unsupervised_classify.rb +87 -0
- metadata +105 -5
@@ -7,16 +7,18 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: text=I+really+enjoyed+using+the+Canon+Ixus+in+Madrid.%0A++++++The+Panasonic+Lumix+is+a+poor+camera%2C+but+the+Canon+Ixus+is+really+sleek.%0A++++++The+Canon+Ixus+is+much+better+than+the+Panasonic+Lumix.%0A++++++All+I+want+to+do+with+a+camera+is+point+it+and+then+just+press+the+button.%0A++++++The+Canon+Ixus+is+perfect+for+that.+You+will+soon+get+great+photos%0A++++++with+very+little+effort.+I+had+previously+returned+a+Panasonic+Lumix%0A++++++because+the+pictures+were+not+of+the+quality+I+expected.%0A++++++Spending+the+money+on+the+Canon+was+a+smart+move.%0A++++++I+would+recommend+the+Ixus+to+anyone+without+hesitation.%0A++++++Two+small+issues+to+be+pointed+out%3A+firstly%2C+the+battery%0A++++++life+is+not+fantastic.+Also%2C+the+zoom+is+not+very+powerful.%0A++++++If+your+subject+is+far+away%2C+you+should+not+expect+good+results.%0A++++++Review+made+by+John+Irving+from+Florida.
|
9
9
|
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
10
12
|
Accept:
|
11
|
-
-
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Aylien Text API Ruby Gem 0.0
|
15
|
+
- Aylien Text API Ruby Gem 0.1.0
|
14
16
|
Content-Type:
|
15
17
|
- application/x-www-form-urlencoded
|
16
18
|
App-Id:
|
17
|
-
- <PASSWORD>
|
19
|
+
- "<PASSWORD>"
|
18
20
|
App-Key:
|
19
|
-
- <PASSWORD>
|
21
|
+
- "<PASSWORD>"
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -25,29 +27,29 @@ http_interactions:
|
|
25
27
|
Server:
|
26
28
|
- openresty/1.5.12.1
|
27
29
|
Date:
|
28
|
-
- Tue,
|
30
|
+
- Tue, 10 Feb 2015 14:06:09 GMT
|
29
31
|
Content-Type:
|
30
32
|
- application/json;charset=UTF-8
|
31
33
|
Content-Length:
|
32
34
|
- '1013'
|
33
35
|
Connection:
|
34
36
|
- keep-alive
|
37
|
+
X-Ratelimit-Limit:
|
38
|
+
- '207000'
|
39
|
+
X-Ratelimit-Remaining:
|
40
|
+
- '205383'
|
41
|
+
X-Ratelimit-Reset:
|
42
|
+
- '1423612800'
|
35
43
|
body:
|
36
|
-
encoding:
|
37
|
-
string:
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
to anyone without hesitation.\\n Two small issues to be pointed out:
|
46
|
-
firstly, the battery\\n life is not fantastic. Also, the zoom is not
|
47
|
-
very powerful.\\n If your subject is far away, you should not expect
|
48
|
-
good results.\\n Review made by John Irving from Florida.\",\n \"subjectivity\":
|
49
|
-
\"subjective\",\n \"subjectivity_confidence\": 1.0,\n \"polarity\": \"positive\",\n
|
50
|
-
\ \"polarity_confidence\": 0.9751552795031055\n}"
|
44
|
+
encoding: UTF-8
|
45
|
+
string: |-
|
46
|
+
{
|
47
|
+
"polarity": "positive",
|
48
|
+
"subjectivity": "subjective",
|
49
|
+
"text": "I really enjoyed using the Canon Ixus in Madrid.\n The Panasonic Lumix is a poor camera, but the Canon Ixus is really sleek.\n The Canon Ixus is much better than the Panasonic Lumix.\n All I want to do with a camera is point it and then just press the button.\n The Canon Ixus is perfect for that. You will soon get great photos\n with very little effort. I had previously returned a Panasonic Lumix\n because the pictures were not of the quality I expected.\n Spending the money on the Canon was a smart move.\n I would recommend the Ixus to anyone without hesitation.\n Two small issues to be pointed out: firstly, the battery\n life is not fantastic. Also, the zoom is not very powerful.\n If your subject is far away, you should not expect good results.\n Review made by John Irving from Florida.",
|
50
|
+
"polarity_confidence": 0.9751552795031055,
|
51
|
+
"subjectivity_confidence": 1.0
|
52
|
+
}
|
51
53
|
http_version:
|
52
|
-
recorded_at: Tue,
|
54
|
+
recorded_at: Tue, 10 Feb 2015 14:05:54 GMT
|
53
55
|
recorded_with: VCR 2.9.3
|
@@ -7,16 +7,18 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: url=http%3A%2F%2Fwww.bbc.com%2Fsport%2F0%2Ffootball%2F25912393
|
9
9
|
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
10
12
|
Accept:
|
11
|
-
-
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Aylien Text API Ruby Gem 0.0
|
15
|
+
- Aylien Text API Ruby Gem 0.1.0
|
14
16
|
Content-Type:
|
15
17
|
- application/x-www-form-urlencoded
|
16
18
|
App-Id:
|
17
|
-
- <PASSWORD>
|
19
|
+
- "<PASSWORD>"
|
18
20
|
App-Key:
|
19
|
-
- <PASSWORD>
|
21
|
+
- "<PASSWORD>"
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -25,33 +27,54 @@ http_interactions:
|
|
25
27
|
Server:
|
26
28
|
- openresty/1.5.12.1
|
27
29
|
Date:
|
28
|
-
- Tue,
|
30
|
+
- Tue, 10 Feb 2015 14:06:07 GMT
|
29
31
|
Content-Type:
|
30
32
|
- application/json;charset=UTF-8
|
31
33
|
Content-Length:
|
32
|
-
- '
|
34
|
+
- '1422'
|
33
35
|
Connection:
|
34
36
|
- keep-alive
|
37
|
+
X-Ratelimit-Limit:
|
38
|
+
- '207000'
|
39
|
+
X-Ratelimit-Remaining:
|
40
|
+
- '205385'
|
41
|
+
X-Ratelimit-Reset:
|
42
|
+
- '1423612800'
|
35
43
|
body:
|
36
|
-
encoding:
|
37
|
-
string: !
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
44
|
+
encoding: ASCII-8BIT
|
45
|
+
string: !binary |-
|
46
|
+
ewogICJwb2xhcml0eSI6ICJuZXV0cmFsIiwKICAic3ViamVjdGl2aXR5Ijog
|
47
|
+
InN1YmplY3RpdmUiLAogICJ0ZXh0IjogIkxpb25lbCBNZXNzaTogRm9yd2Fy
|
48
|
+
ZCBpcyBub3QgZm9yIHNhbGUsIHNheXMgQmFyY2Vsb25hIHByZXNpZGVudFxu
|
49
|
+
XG5CYXJjZWxvbmEgZm9yd2FyZCBMaW9uZWwgTWVzc2kgaXMgbm90IGZvciBz
|
50
|
+
YWxlIGFuZCB0aGUgY2x1YiBwbGFuIHRvIGRpc2N1c3MgYSBuZXcgY29udHJh
|
51
|
+
Y3Qgd2l0aCB0aGUgQXJnZW50aW5lLCBzYXlzIHByZXNpZGVudCBKb3NlcCBN
|
52
|
+
YXJpYSBCYXJ0b21ldS5cblxuRm91ci10aW1lIEJhbGxvbiBkJ09yIHdpbm5l
|
53
|
+
ciBNZXNzaSwgMjYsIGlzIHJlcG9ydGVkIHRvIGJlIGEgdGFyZ2V0IGZvciBG
|
54
|
+
cmVuY2ggc2lkZSBQYXJpcyBTdC1HZXJtYWluLlxuXG5JbiBhbiBpbnRlcnZp
|
55
|
+
ZXcgd2l0aCByYWRpbyBzdGF0aW9uIFJBQzEsIHBvc3RlZCBvbiBCYXJjZWxv
|
56
|
+
bmEncyB3ZWJzaXRlLMKgIEJhcnRvbWV1IHNhaWQ6IFwiVGhlIGNsdWIgd2ls
|
57
|
+
bCBzaXQgZG93biBhbmQgbmVnb3RpYXRlIGEgbmV3IGNvbnRyYWN0LlxuXG5c
|
58
|
+
IldlIHdpbGwgZG8gd2hhdCB3ZSBoYXZlIHRvLCB0byBlbnN1cmUgaGUncyB0
|
59
|
+
aGUgYmVzdC1wYWlkIHBsYXllci5cIlxuXG5NZXNzaSBzY29yZWQgNjAgZ29h
|
60
|
+
bHMgaW4gNTAgYXBwZWFyYW5jZXMgbGFzdCBzZWFzb24gYnV0IGhhcyBzdHJ1
|
61
|
+
Z2dsZWQgdG8gbWF0Y2ggdGhhdCBnb2Fsc2NvcmluZyBmb3JtIGluIDIwMTMt
|
62
|
+
MTQuXG5cbkhlIGhhcyBzY29yZWQgMTggZ29hbHMgc28gZmFyIGJ1dCBqdXN0
|
63
|
+
IGVpZ2h0IG9mIHRob3NlIGhhdmUgYmVlbiBpbiB0aGUgbGVhZ3VlLlxuXG5I
|
64
|
+
aXMgbGFzdCBsZWFndWUgZ29hbCBjYW1lIGluIFNlcHRlbWJlciwgYmVmb3Jl
|
65
|
+
IGhlIHdhcyBvdXQgZm9yIGZpdmUgd2Vla3Mgd2l0aCBhIGhhbXN0cmluZyBp
|
66
|
+
bmp1cnkuXG5cblwiSGUgY2FuIGRvIGV2ZXJ5dGhpbmcsXCIgc2FpZCBCYXJj
|
67
|
+
YSBjb2FjaCBHZXJhcmRvIE1hcnRpbm8uIFwiSWYgaGUgc3VjY2VlZHMgaW4g
|
68
|
+
b3RoZXIgZmFjZXRzIG9mIGhpcyBnYW1lLCBpdCBkb2Vzbid0IG1hdHRlciBp
|
69
|
+
ZiBoZSBzY29yZXMuXG5cblwiTm90aGluZyBzdXJwcmlzZXMgbWUgd2l0aCBo
|
70
|
+
aW0uIEhlIGNvbnRyb2xzIHRoZSBnYW1lIHdlbGwsIHBhc3NlcyB0aGUgYmFs
|
71
|
+
bCB3ZWxsLCBoZSBpcyBhIGdvb2QgZmluaXNoZXIsIGhlIGNhbiBwcmVzcyBh
|
72
|
+
bmQgcmVjb3ZlciB0aGUgYmFsbC5cblxuXCJIZSBzZWVzIHBhc3NlcyB0aGF0
|
73
|
+
IG1vc3QgcGVvcGxlIGNhbiBvbmx5IHNlZSB3aGlsc3Qgd2F0Y2hpbmcgdGhl
|
74
|
+
IGdhbWUgb24gVFYgb3IgaW4gdGhlIHN0YW5kcywgbm90IG9uZXMgdGhhdCB5
|
75
|
+
b3UgY2FuIG5vcm1hbGx5IHNlZSBvbiB0aGUgZmllbGQuXCIiLAogICJwb2xh
|
76
|
+
cml0eV9jb25maWRlbmNlIjogMC45OTk5OTk5OTk5NDg1NDg5LAogICJzdWJq
|
77
|
+
ZWN0aXZpdHlfY29uZmlkZW5jZSI6IDEuMAp9
|
55
78
|
http_version:
|
56
|
-
recorded_at: Tue,
|
79
|
+
recorded_at: Tue, 10 Feb 2015 14:05:53 GMT
|
57
80
|
recorded_with: VCR 2.9.3
|
@@ -7,10 +7,12 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: url=http%3A%2F%2Fwww.bbc.com%2Fsport%2F0%2Ffootball%2F25912393
|
9
9
|
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
10
12
|
Accept:
|
11
|
-
-
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Aylien Text API Ruby Gem 0.0
|
15
|
+
- Aylien Text API Ruby Gem 0.1.0
|
14
16
|
Content-Type:
|
15
17
|
- application/x-www-form-urlencoded
|
16
18
|
response:
|
@@ -21,7 +23,7 @@ http_interactions:
|
|
21
23
|
Server:
|
22
24
|
- openresty/1.5.12.1
|
23
25
|
Date:
|
24
|
-
- Tue,
|
26
|
+
- Tue, 10 Feb 2015 14:06:01 GMT
|
25
27
|
Content-Type:
|
26
28
|
- text/plain; charset=us-ascii
|
27
29
|
Transfer-Encoding:
|
@@ -29,8 +31,8 @@ http_interactions:
|
|
29
31
|
Connection:
|
30
32
|
- keep-alive
|
31
33
|
body:
|
32
|
-
encoding:
|
34
|
+
encoding: UTF-8
|
33
35
|
string: Authentication parameters missing
|
34
36
|
http_version:
|
35
|
-
recorded_at: Tue,
|
37
|
+
recorded_at: Tue, 10 Feb 2015 14:05:46 GMT
|
36
38
|
recorded_with: VCR 2.9.3
|
@@ -7,16 +7,18 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: wrong_param=Batman+has+always+been+my+favourite+superhero+ever+since+the+first+time+I+heard+about+him+because+he+his+human+with+no+powers%2C+also+he+is+much+more+questionable+than+any+other+superhero.+The+story+of+the+film+is+about+Batman%2C+Lieutenant+James+Gordon%2C+and+new+district+attorney+Harvey+Dent+beginning+to+succeed+in+rounding+up+the+criminals+that+plague+Gotham+City.+They+are+unexpectedly+challenged+when+a+mysterious+criminal+mastermind+known+as+the+Joker+appears+in+Gotham.+Batman%27s+struggle+against+the+Joker+becomes+deeply+personal%2C+forcing+him+to+%22confront+everything+he+believes%22+and+to+improve+his+technology+%28which+introduces+the+recreation+of+the+Batcycle%2C+known+as+the+Batpod+and+the+Batsuit+was+redesigned%29+to+stop+the+madman%27s+campaign+of+destruction.+During+the+course+of+the+film%2C+a+love+triangle+develops+between+Bruce+Wayne%2C+Dent+and+Rachel+Dawes.++There+are+now+six+Batman+films+and+I+must+say+that+The+Dark+Knight+is+the+best+out+of+all+of+them.+The+title+is+good+because+that+is+what+Batman+actually+is.+It+has+been+3+years+for+the+adventure+to+continue+from+Batman+Begins+but+that+entire+wait+was+worth+it.+Gotham+city+is+very+Gothic+looking+and+is+very+haunting+and+visionary.+The+whole+movie+is+charged+with+pulse-pounding+suspense%2C+ingenious+special+effects+and+riveting+performances+from+a+first-rate+cast+especially+from+Heath+Ledger+who+gave+an+Oscar+nomination+performance+for+best+supporting-actor.+It+is+a+shame+that+he+can%27t+see+his+terrific+work+on-screen.+The+cinematography+is+excellent+which+is+made+so+dark+%26+sinister+that+really+did+suit+the+mood+for+the+film.+Usually+sequels+don%27t+turn+out+to+be+better+than+the+original+but+The+Dark+Knight+is+one+of+those+rare+sequels+that+surpasses+the+original+like+The+Godfather+2.+I+also+really+liked+the+poster+where+the+building+is+on+fire+in+a+Bat+symbol+%26+Batman+is+standing+in+front+of+it.+Christopher+Nolan+is+a+brilliant+director+and+his+film+Memento+is+one+of+my+most+favourite+films.+He+hasn%27t+made+10+movies+yet+and+3+of+them+are+already+on+the+IMDb+top+250.+Overall+The+Dark+Knight+is+the+kind+of+movie+that+will+make+the+audience+cheer+in+the+end+instead+of+throwing+fruit+%26+vegetables+on+the+screen.
|
9
9
|
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
10
12
|
Accept:
|
11
|
-
-
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Aylien Text API Ruby Gem 0.0
|
15
|
+
- Aylien Text API Ruby Gem 0.1.0
|
14
16
|
Content-Type:
|
15
17
|
- application/x-www-form-urlencoded
|
16
18
|
App-Id:
|
17
|
-
- <PASSWORD>
|
19
|
+
- "<PASSWORD>"
|
18
20
|
App-Key:
|
19
|
-
- <PASSWORD>
|
21
|
+
- "<PASSWORD>"
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 400
|
@@ -25,17 +27,23 @@ http_interactions:
|
|
25
27
|
Server:
|
26
28
|
- openresty/1.5.12.1
|
27
29
|
Date:
|
28
|
-
- Tue,
|
30
|
+
- Tue, 10 Feb 2015 14:06:00 GMT
|
29
31
|
Content-Type:
|
30
32
|
- application/json;charset=UTF-8
|
31
33
|
Content-Length:
|
32
34
|
- '90'
|
33
35
|
Connection:
|
34
36
|
- keep-alive
|
37
|
+
X-Ratelimit-Limit:
|
38
|
+
- '207000'
|
39
|
+
X-Ratelimit-Remaining:
|
40
|
+
- '205392'
|
41
|
+
X-Ratelimit-Reset:
|
42
|
+
- '1423612800'
|
35
43
|
body:
|
36
|
-
encoding:
|
37
|
-
string:
|
38
|
-
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"error" : "requirement failed: you must either provide url or a pair
|
46
|
+
of text and title."}'
|
39
47
|
http_version:
|
40
|
-
recorded_at: Tue,
|
48
|
+
recorded_at: Tue, 10 Feb 2015 14:05:45 GMT
|
41
49
|
recorded_with: VCR 2.9.3
|
@@ -7,16 +7,18 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: title=Batman+at+his+best+and+beyond&text=Batman+has+always+been+my+favourite+superhero+ever+since+the+first+time+I+heard+about+him+because+he+his+human+with+no+powers%2C+also+he+is+much+more+questionable+than+any+other+superhero.+The+story+of+the+film+is+about+Batman%2C+Lieutenant+James+Gordon%2C+and+new+district+attorney+Harvey+Dent+beginning+to+succeed+in+rounding+up+the+criminals+that+plague+Gotham+City.+They+are+unexpectedly+challenged+when+a+mysterious+criminal+mastermind+known+as+the+Joker+appears+in+Gotham.+Batman%27s+struggle+against+the+Joker+becomes+deeply+personal%2C+forcing+him+to+%22confront+everything+he+believes%22+and+to+improve+his+technology+%28which+introduces+the+recreation+of+the+Batcycle%2C+known+as+the+Batpod+and+the+Batsuit+was+redesigned%29+to+stop+the+madman%27s+campaign+of+destruction.+During+the+course+of+the+film%2C+a+love+triangle+develops+between+Bruce+Wayne%2C+Dent+and+Rachel+Dawes.++There+are+now+six+Batman+films+and+I+must+say+that+The+Dark+Knight+is+the+best+out+of+all+of+them.+The+title+is+good+because+that+is+what+Batman+actually+is.+It+has+been+3+years+for+the+adventure+to+continue+from+Batman+Begins+but+that+entire+wait+was+worth+it.+Gotham+city+is+very+Gothic+looking+and+is+very+haunting+and+visionary.+The+whole+movie+is+charged+with+pulse-pounding+suspense%2C+ingenious+special+effects+and+riveting+performances+from+a+first-rate+cast+especially+from+Heath+Ledger+who+gave+an+Oscar+nomination+performance+for+best+supporting-actor.+It+is+a+shame+that+he+can%27t+see+his+terrific+work+on-screen.+The+cinematography+is+excellent+which+is+made+so+dark+%26+sinister+that+really+did+suit+the+mood+for+the+film.+Usually+sequels+don%27t+turn+out+to+be+better+than+the+original+but+The+Dark+Knight+is+one+of+those+rare+sequels+that+surpasses+the+original+like+The+Godfather+2.+I+also+really+liked+the+poster+where+the+building+is+on+fire+in+a+Bat+symbol+%26+Batman+is+standing+in+front+of+it.+Christopher+Nolan+is+a+brilliant+director+and+his+film+Memento+is+one+of+my+most+favourite+films.+He+hasn%27t+made+10+movies+yet+and+3+of+them+are+already+on+the+IMDb+top+250.+Overall+The+Dark+Knight+is+the+kind+of+movie+that+will+make+the+audience+cheer+in+the+end+instead+of+throwing+fruit+%26+vegetables+on+the+screen.
|
9
9
|
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
10
12
|
Accept:
|
11
|
-
-
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Aylien Text API Ruby Gem 0.0
|
15
|
+
- Aylien Text API Ruby Gem 0.1.0
|
14
16
|
Content-Type:
|
15
17
|
- application/x-www-form-urlencoded
|
16
18
|
App-Id:
|
17
|
-
- <PASSWORD>
|
19
|
+
- "<PASSWORD>"
|
18
20
|
App-Key:
|
19
|
-
- <PASSWORD>
|
21
|
+
- "<PASSWORD>"
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -25,54 +27,26 @@ http_interactions:
|
|
25
27
|
Server:
|
26
28
|
- openresty/1.5.12.1
|
27
29
|
Date:
|
28
|
-
- Tue,
|
30
|
+
- Tue, 10 Feb 2015 14:05:59 GMT
|
29
31
|
Content-Type:
|
30
32
|
- application/json;charset=UTF-8
|
31
33
|
Content-Length:
|
32
34
|
- '2952'
|
33
35
|
Connection:
|
34
36
|
- keep-alive
|
37
|
+
X-Ratelimit-Limit:
|
38
|
+
- '207000'
|
39
|
+
X-Ratelimit-Remaining:
|
40
|
+
- '205394'
|
41
|
+
X-Ratelimit-Reset:
|
42
|
+
- '1423612800'
|
35
43
|
body:
|
36
|
-
encoding:
|
37
|
-
string:
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
City. They are unexpectedly challenged when a mysterious criminal mastermind
|
43
|
-
known as the Joker appears in Gotham. Batman's struggle against the Joker
|
44
|
-
becomes deeply personal, forcing him to \\\"confront everything he believes\\\"
|
45
|
-
and to improve his technology (which introduces the recreation of the Batcycle,
|
46
|
-
known as the Batpod and the Batsuit was redesigned) to stop the madman's campaign
|
47
|
-
of destruction. During the course of the film, a love triangle develops between
|
48
|
-
Bruce Wayne, Dent and Rachel Dawes. There are now six Batman films and I
|
49
|
-
must say that The Dark Knight is the best out of all of them. The title is
|
50
|
-
good because that is what Batman actually is. It has been 3 years for the
|
51
|
-
adventure to continue from Batman Begins but that entire wait was worth it.
|
52
|
-
Gotham city is very Gothic looking and is very haunting and visionary. The
|
53
|
-
whole movie is charged with pulse-pounding suspense, ingenious special effects
|
54
|
-
and riveting performances from a first-rate cast especially from Heath Ledger
|
55
|
-
who gave an Oscar nomination performance for best supporting-actor. It is
|
56
|
-
a shame that he can't see his terrific work on-screen. The cinematography
|
57
|
-
is excellent which is made so dark & sinister that really did suit the mood
|
58
|
-
for the film. Usually sequels don't turn out to be better than the original
|
59
|
-
but The Dark Knight is one of those rare sequels that surpasses the original
|
60
|
-
like The Godfather 2. I also really liked the poster where the building is
|
61
|
-
on fire in a Bat symbol & Batman is standing in front of it. Christopher Nolan
|
62
|
-
is a brilliant director and his film Memento is one of my most favourite films.
|
63
|
-
He hasn't made 10 movies yet and 3 of them are already on the IMDb top 250.
|
64
|
-
Overall The Dark Knight is the kind of movie that will make the audience cheer
|
65
|
-
in the end instead of throwing fruit & vegetables on the screen.\",\n \"sentences\":
|
66
|
-
[\"Batman has always been my favourite superhero ever since the first time
|
67
|
-
I heard about him because he his human with no powers, also he is much more
|
68
|
-
questionable than any other superhero.\", \"The story of the film is about
|
69
|
-
Batman, Lieutenant James Gordon, and new district attorney Harvey Dent beginning
|
70
|
-
to succeed in rounding up the criminals that plague Gotham City.\", \"There
|
71
|
-
are now six Batman films and I must say that The Dark Knight is the best out
|
72
|
-
of all of them.\", \"The cinematography is excellent which is made so dark
|
73
|
-
& sinister that really did suit the mood for the film.\", \"Overall The Dark
|
74
|
-
Knight is the kind of movie that will make the audience cheer in the end instead
|
75
|
-
of throwing fruit & vegetables on the screen.\"]\n}"
|
44
|
+
encoding: UTF-8
|
45
|
+
string: |-
|
46
|
+
{
|
47
|
+
"text": "Batman has always been my favourite superhero ever since the first time I heard about him because he his human with no powers, also he is much more questionable than any other superhero. The story of the film is about Batman, Lieutenant James Gordon, and new district attorney Harvey Dent beginning to succeed in rounding up the criminals that plague Gotham City. They are unexpectedly challenged when a mysterious criminal mastermind known as the Joker appears in Gotham. Batman's struggle against the Joker becomes deeply personal, forcing him to \"confront everything he believes\" and to improve his technology (which introduces the recreation of the Batcycle, known as the Batpod and the Batsuit was redesigned) to stop the madman's campaign of destruction. During the course of the film, a love triangle develops between Bruce Wayne, Dent and Rachel Dawes. There are now six Batman films and I must say that The Dark Knight is the best out of all of them. The title is good because that is what Batman actually is. It has been 3 years for the adventure to continue from Batman Begins but that entire wait was worth it. Gotham city is very Gothic looking and is very haunting and visionary. The whole movie is charged with pulse-pounding suspense, ingenious special effects and riveting performances from a first-rate cast especially from Heath Ledger who gave an Oscar nomination performance for best supporting-actor. It is a shame that he can't see his terrific work on-screen. The cinematography is excellent which is made so dark & sinister that really did suit the mood for the film. Usually sequels don't turn out to be better than the original but The Dark Knight is one of those rare sequels that surpasses the original like The Godfather 2. I also really liked the poster where the building is on fire in a Bat symbol & Batman is standing in front of it. Christopher Nolan is a brilliant director and his film Memento is one of my most favourite films. He hasn't made 10 movies yet and 3 of them are already on the IMDb top 250. Overall The Dark Knight is the kind of movie that will make the audience cheer in the end instead of throwing fruit & vegetables on the screen.",
|
48
|
+
"sentences": ["Batman has always been my favourite superhero ever since the first time I heard about him because he his human with no powers, also he is much more questionable than any other superhero.", "The story of the film is about Batman, Lieutenant James Gordon, and new district attorney Harvey Dent beginning to succeed in rounding up the criminals that plague Gotham City.", "There are now six Batman films and I must say that The Dark Knight is the best out of all of them.", "The cinematography is excellent which is made so dark & sinister that really did suit the mood for the film.", "Overall The Dark Knight is the kind of movie that will make the audience cheer in the end instead of throwing fruit & vegetables on the screen."]
|
49
|
+
}
|
76
50
|
http_version:
|
77
|
-
recorded_at: Tue,
|
51
|
+
recorded_at: Tue, 10 Feb 2015 14:05:44 GMT
|
78
52
|
recorded_with: VCR 2.9.3
|
@@ -7,10 +7,12 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: text=Batman+has+always+been+my+favourite+superhero+ever+since+the+first+time+I+heard+about+him+because+he+his+human+with+no+powers%2C+also+he+is+much+more+questionable+than+any+other+superhero.+The+story+of+the+film+is+about+Batman%2C+Lieutenant+James+Gordon%2C+and+new+district+attorney+Harvey+Dent+beginning+to+succeed+in+rounding+up+the+criminals+that+plague+Gotham+City.+They+are+unexpectedly+challenged+when+a+mysterious+criminal+mastermind+known+as+the+Joker+appears+in+Gotham.+Batman%27s+struggle+against+the+Joker+becomes+deeply+personal%2C+forcing+him+to+%22confront+everything+he+believes%22+and+to+improve+his+technology+%28which+introduces+the+recreation+of+the+Batcycle%2C+known+as+the+Batpod+and+the+Batsuit+was+redesigned%29+to+stop+the+madman%27s+campaign+of+destruction.+During+the+course+of+the+film%2C+a+love+triangle+develops+between+Bruce+Wayne%2C+Dent+and+Rachel+Dawes.++There+are+now+six+Batman+films+and+I+must+say+that+The+Dark+Knight+is+the+best+out+of+all+of+them.+The+title+is+good+because+that+is+what+Batman+actually+is.+It+has+been+3+years+for+the+adventure+to+continue+from+Batman+Begins+but+that+entire+wait+was+worth+it.+Gotham+city+is+very+Gothic+looking+and+is+very+haunting+and+visionary.+The+whole+movie+is+charged+with+pulse-pounding+suspense%2C+ingenious+special+effects+and+riveting+performances+from+a+first-rate+cast+especially+from+Heath+Ledger+who+gave+an+Oscar+nomination+performance+for+best+supporting-actor.+It+is+a+shame+that+he+can%27t+see+his+terrific+work+on-screen.+The+cinematography+is+excellent+which+is+made+so+dark+%26+sinister+that+really+did+suit+the+mood+for+the+film.+Usually+sequels+don%27t+turn+out+to+be+better+than+the+original+but+The+Dark+Knight+is+one+of+those+rare+sequels+that+surpasses+the+original+like+The+Godfather+2.+I+also+really+liked+the+poster+where+the+building+is+on+fire+in+a+Bat+symbol+%26+Batman+is+standing+in+front+of+it.+Christopher+Nolan+is+a+brilliant+director+and+his+film+Memento+is+one+of+my+most+favourite+films.+He+hasn%27t+made+10+movies+yet+and+3+of+them+are+already+on+the+IMDb+top+250.+Overall+The+Dark+Knight+is+the+kind+of+movie+that+will+make+the+audience+cheer+in+the+end+instead+of+throwing+fruit+%26+vegetables+on+the+screen.
|
9
9
|
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
10
12
|
Accept:
|
11
|
-
-
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Aylien Text API Ruby Gem 0.0
|
15
|
+
- Aylien Text API Ruby Gem 0.1.0
|
14
16
|
Content-Type:
|
15
17
|
- application/x-www-form-urlencoded
|
16
18
|
App-Id:
|
@@ -25,7 +27,7 @@ http_interactions:
|
|
25
27
|
Server:
|
26
28
|
- openresty/1.5.12.1
|
27
29
|
Date:
|
28
|
-
- Tue,
|
30
|
+
- Tue, 10 Feb 2015 14:05:59 GMT
|
29
31
|
Content-Type:
|
30
32
|
- text/plain; charset=us-ascii
|
31
33
|
Transfer-Encoding:
|
@@ -33,8 +35,8 @@ http_interactions:
|
|
33
35
|
Connection:
|
34
36
|
- keep-alive
|
35
37
|
body:
|
36
|
-
encoding:
|
38
|
+
encoding: UTF-8
|
37
39
|
string: Authentication failed
|
38
40
|
http_version:
|
39
|
-
recorded_at: Tue,
|
41
|
+
recorded_at: Tue, 10 Feb 2015 14:05:45 GMT
|
40
42
|
recorded_with: VCR 2.9.3
|
@@ -7,16 +7,18 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: url=http%3A%2F%2Fwww.bbc.com%2Fsport%2F0%2Ffootball%2F25912393
|
9
9
|
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
10
12
|
Accept:
|
11
|
-
-
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Aylien Text API Ruby Gem 0.0
|
15
|
+
- Aylien Text API Ruby Gem 0.1.0
|
14
16
|
Content-Type:
|
15
17
|
- application/x-www-form-urlencoded
|
16
18
|
App-Id:
|
17
|
-
- <PASSWORD>
|
19
|
+
- "<PASSWORD>"
|
18
20
|
App-Key:
|
19
|
-
- <PASSWORD>
|
21
|
+
- "<PASSWORD>"
|
20
22
|
response:
|
21
23
|
status:
|
22
24
|
code: 200
|
@@ -25,41 +27,66 @@ http_interactions:
|
|
25
27
|
Server:
|
26
28
|
- openresty/1.5.12.1
|
27
29
|
Date:
|
28
|
-
- Tue,
|
30
|
+
- Tue, 10 Feb 2015 14:05:59 GMT
|
29
31
|
Content-Type:
|
30
32
|
- application/json;charset=UTF-8
|
31
33
|
Content-Length:
|
32
|
-
- '
|
34
|
+
- '1960'
|
33
35
|
Connection:
|
34
36
|
- keep-alive
|
37
|
+
X-Ratelimit-Limit:
|
38
|
+
- '207000'
|
39
|
+
X-Ratelimit-Remaining:
|
40
|
+
- '205395'
|
41
|
+
X-Ratelimit-Reset:
|
42
|
+
- '1423612800'
|
35
43
|
body:
|
36
|
-
encoding:
|
37
|
-
string: !
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
44
|
+
encoding: ASCII-8BIT
|
45
|
+
string: !binary |-
|
46
|
+
ewogICJ0ZXh0IjogIkxpb25lbCBNZXNzaTogRm9yd2FyZCBpcyBub3QgZm9y
|
47
|
+
IHNhbGUsIHNheXMgQmFyY2Vsb25hIHByZXNpZGVudFxuXG5CYXJjZWxvbmEg
|
48
|
+
Zm9yd2FyZCBMaW9uZWwgTWVzc2kgaXMgbm90IGZvciBzYWxlIGFuZCB0aGUg
|
49
|
+
Y2x1YiBwbGFuIHRvIGRpc2N1c3MgYSBuZXcgY29udHJhY3Qgd2l0aCB0aGUg
|
50
|
+
QXJnZW50aW5lLCBzYXlzIHByZXNpZGVudCBKb3NlcCBNYXJpYSBCYXJ0b21l
|
51
|
+
dS5cblxuRm91ci10aW1lIEJhbGxvbiBkJ09yIHdpbm5lciBNZXNzaSwgMjYs
|
52
|
+
IGlzIHJlcG9ydGVkIHRvIGJlIGEgdGFyZ2V0IGZvciBGcmVuY2ggc2lkZSBQ
|
53
|
+
YXJpcyBTdC1HZXJtYWluLlxuXG5JbiBhbiBpbnRlcnZpZXcgd2l0aCByYWRp
|
54
|
+
byBzdGF0aW9uIFJBQzEsIHBvc3RlZCBvbiBCYXJjZWxvbmEncyB3ZWJzaXRl
|
55
|
+
LMKgIEJhcnRvbWV1IHNhaWQ6IFwiVGhlIGNsdWIgd2lsbCBzaXQgZG93biBh
|
56
|
+
bmQgbmVnb3RpYXRlIGEgbmV3IGNvbnRyYWN0LlxuXG5cIldlIHdpbGwgZG8g
|
57
|
+
d2hhdCB3ZSBoYXZlIHRvLCB0byBlbnN1cmUgaGUncyB0aGUgYmVzdC1wYWlk
|
58
|
+
IHBsYXllci5cIlxuXG5NZXNzaSBzY29yZWQgNjAgZ29hbHMgaW4gNTAgYXBw
|
59
|
+
ZWFyYW5jZXMgbGFzdCBzZWFzb24gYnV0IGhhcyBzdHJ1Z2dsZWQgdG8gbWF0
|
60
|
+
Y2ggdGhhdCBnb2Fsc2NvcmluZyBmb3JtIGluIDIwMTMtMTQuXG5cbkhlIGhh
|
61
|
+
cyBzY29yZWQgMTggZ29hbHMgc28gZmFyIGJ1dCBqdXN0IGVpZ2h0IG9mIHRo
|
62
|
+
b3NlIGhhdmUgYmVlbiBpbiB0aGUgbGVhZ3VlLlxuXG5IaXMgbGFzdCBsZWFn
|
63
|
+
dWUgZ29hbCBjYW1lIGluIFNlcHRlbWJlciwgYmVmb3JlIGhlIHdhcyBvdXQg
|
64
|
+
Zm9yIGZpdmUgd2Vla3Mgd2l0aCBhIGhhbXN0cmluZyBpbmp1cnkuXG5cblwi
|
65
|
+
SGUgY2FuIGRvIGV2ZXJ5dGhpbmcsXCIgc2FpZCBCYXJjYSBjb2FjaCBHZXJh
|
66
|
+
cmRvIE1hcnRpbm8uIFwiSWYgaGUgc3VjY2VlZHMgaW4gb3RoZXIgZmFjZXRz
|
67
|
+
IG9mIGhpcyBnYW1lLCBpdCBkb2Vzbid0IG1hdHRlciBpZiBoZSBzY29yZXMu
|
68
|
+
XG5cblwiTm90aGluZyBzdXJwcmlzZXMgbWUgd2l0aCBoaW0uIEhlIGNvbnRy
|
69
|
+
b2xzIHRoZSBnYW1lIHdlbGwsIHBhc3NlcyB0aGUgYmFsbCB3ZWxsLCBoZSBp
|
70
|
+
cyBhIGdvb2QgZmluaXNoZXIsIGhlIGNhbiBwcmVzcyBhbmQgcmVjb3ZlciB0
|
71
|
+
aGUgYmFsbC5cblxuXCJIZSBzZWVzIHBhc3NlcyB0aGF0IG1vc3QgcGVvcGxl
|
72
|
+
IGNhbiBvbmx5IHNlZSB3aGlsc3Qgd2F0Y2hpbmcgdGhlIGdhbWUgb24gVFYg
|
73
|
+
b3IgaW4gdGhlIHN0YW5kcywgbm90IG9uZXMgdGhhdCB5b3UgY2FuIG5vcm1h
|
74
|
+
bGx5IHNlZSBvbiB0aGUgZmllbGQuXCIiLAogICJzZW50ZW5jZXMiOiBbIkxp
|
75
|
+
b25lbCBNZXNzaTogRm9yd2FyZCBpcyBub3QgZm9yIHNhbGUsIHNheXMgQmFy
|
76
|
+
Y2Vsb25hIHByZXNpZGVudFxuXG5CYXJjZWxvbmEgZm9yd2FyZCBMaW9uZWwg
|
77
|
+
TWVzc2kgaXMgbm90IGZvciBzYWxlIGFuZCB0aGUgY2x1YiBwbGFuIHRvIGRp
|
78
|
+
c2N1c3MgYSBuZXcgY29udHJhY3Qgd2l0aCB0aGUgQXJnZW50aW5lLCBzYXlz
|
79
|
+
IHByZXNpZGVudCBKb3NlcCBNYXJpYSBCYXJ0b21ldS4iLCAiSW4gYW4gaW50
|
80
|
+
ZXJ2aWV3IHdpdGggcmFkaW8gc3RhdGlvbiBSQUMxLCBwb3N0ZWQgb24gQmFy
|
81
|
+
Y2Vsb25hJ3Mgd2Vic2l0ZSzCoCBCYXJ0b21ldSBzYWlkOiBcIlRoZSBjbHVi
|
82
|
+
IHdpbGwgc2l0IGRvd24gYW5kIG5lZ290aWF0ZSBhIG5ldyBjb250cmFjdC4i
|
83
|
+
LCAiSGlzIGxhc3QgbGVhZ3VlIGdvYWwgY2FtZSBpbiBTZXB0ZW1iZXIsIGJl
|
84
|
+
Zm9yZSBoZSB3YXMgb3V0IGZvciBmaXZlIHdlZWtzIHdpdGggYSBoYW1zdHJp
|
85
|
+
bmcgaW5qdXJ5LiIsICJcIklmIGhlIHN1Y2NlZWRzIGluIG90aGVyIGZhY2V0
|
86
|
+
cyBvZiBoaXMgZ2FtZSwgaXQgZG9lc24ndCBtYXR0ZXIgaWYgaGUgc2NvcmVz
|
87
|
+
LiIsICJIZSBjb250cm9scyB0aGUgZ2FtZSB3ZWxsLCBwYXNzZXMgdGhlIGJh
|
88
|
+
bGwgd2VsbCwgaGUgaXMgYSBnb29kIGZpbmlzaGVyLCBoZSBjYW4gcHJlc3Mg
|
89
|
+
YW5kIHJlY292ZXIgdGhlIGJhbGwuIl0KfQ==
|
63
90
|
http_version:
|
64
|
-
recorded_at: Tue,
|
91
|
+
recorded_at: Tue, 10 Feb 2015 14:05:44 GMT
|
65
92
|
recorded_with: VCR 2.9.3
|