aylien_text_api 0.0.4 → 0.1.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 (87) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/LICENSE +1 -1
  4. data/lib/aylien_text_api.rb +1 -1
  5. data/lib/aylien_text_api/client.rb +57 -13
  6. data/lib/aylien_text_api/configuration.rb +14 -3
  7. data/lib/aylien_text_api/connection.rb +4 -2
  8. data/lib/aylien_text_api/error.rb +1 -1
  9. data/lib/aylien_text_api/version.rb +2 -2
  10. data/spec/fixtures/aylien_text_api/client/classify_with_invalid_client.yml +7 -5
  11. data/spec/fixtures/aylien_text_api/client/classify_with_invalid_params.yml +16 -8
  12. data/spec/fixtures/aylien_text_api/client/classify_with_text.yml +25 -16
  13. data/spec/fixtures/aylien_text_api/client/classify_with_unauthenticated_client.yml +7 -5
  14. data/spec/fixtures/aylien_text_api/client/classify_with_valid_url.yml +115 -67
  15. data/spec/fixtures/aylien_text_api/client/classify_with_value_as_text.yml +25 -16
  16. data/spec/fixtures/aylien_text_api/client/classify_with_value_as_valid_url.yml +115 -67
  17. data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_client.yml +7 -5
  18. data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_params.yml +16 -8
  19. data/spec/fixtures/aylien_text_api/client/concepts_with_text.yml +16 -8
  20. data/spec/fixtures/aylien_text_api/client/concepts_with_unauthenticated_client.yml +7 -5
  21. data/spec/fixtures/aylien_text_api/client/concepts_with_valid_url.yml +109 -32
  22. data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_text.yml +16 -8
  23. data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_valid_url.yml +109 -32
  24. data/spec/fixtures/aylien_text_api/client/entities_with_invalid_client.yml +7 -5
  25. data/spec/fixtures/aylien_text_api/client/entities_with_invalid_params.yml +16 -8
  26. data/spec/fixtures/aylien_text_api/client/entities_with_text.yml +16 -8
  27. data/spec/fixtures/aylien_text_api/client/entities_with_unauthenticated_client.yml +7 -5
  28. data/spec/fixtures/aylien_text_api/client/entities_with_valid_url.yml +466 -271
  29. data/spec/fixtures/aylien_text_api/client/entities_with_value_as_text.yml +16 -8
  30. data/spec/fixtures/aylien_text_api/client/entities_with_value_as_valid_url.yml +465 -271
  31. data/spec/fixtures/aylien_text_api/client/extract_with_invalid_client.yml +7 -5
  32. data/spec/fixtures/aylien_text_api/client/extract_with_invalid_params.yml +16 -8
  33. data/spec/fixtures/aylien_text_api/client/extract_with_unauthenticated_client.yml +7 -5
  34. data/spec/fixtures/aylien_text_api/client/extract_with_valid_url.yml +267 -154
  35. data/spec/fixtures/aylien_text_api/client/extract_with_value_as_text.yml +16 -8
  36. data/spec/fixtures/aylien_text_api/client/extract_with_value_as_valid_url.yml +267 -154
  37. data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_client.yml +7 -5
  38. data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_params.yml +16 -8
  39. data/spec/fixtures/aylien_text_api/client/hashtags_with_text.yml +31 -17
  40. data/spec/fixtures/aylien_text_api/client/hashtags_with_unauthenticated_client.yml +7 -5
  41. data/spec/fixtures/aylien_text_api/client/hashtags_with_valid_url.yml +51 -27
  42. data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_text.yml +32 -17
  43. data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_valid_url.yml +51 -27
  44. data/spec/fixtures/aylien_text_api/client/language_with_invalid_client.yml +7 -5
  45. data/spec/fixtures/aylien_text_api/client/language_with_invalid_params.yml +16 -8
  46. data/spec/fixtures/aylien_text_api/client/language_with_unauthenticated_client.yml +7 -5
  47. data/spec/fixtures/aylien_text_api/client/language_with_valid_text.yml +21 -9
  48. data/spec/fixtures/aylien_text_api/client/language_with_valid_url.yml +46 -26
  49. data/spec/fixtures/aylien_text_api/client/language_with_value_as_text.yml +21 -9
  50. data/spec/fixtures/aylien_text_api/client/language_with_value_as_valid_url.yml +46 -26
  51. data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_client.yml +38 -0
  52. data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_params.yml +62 -0
  53. data/spec/fixtures/aylien_text_api/client/microformats_with_unauthenticated_client.yml +42 -0
  54. data/spec/fixtures/aylien_text_api/client/microformats_with_valid_url.yml +84 -0
  55. data/spec/fixtures/aylien_text_api/client/microformats_with_value_as_valid_url.yml +84 -0
  56. data/spec/fixtures/aylien_text_api/client/related_with_invalid_client.yml +7 -5
  57. data/spec/fixtures/aylien_text_api/client/related_with_invalid_params.yml +17 -9
  58. data/spec/fixtures/aylien_text_api/client/related_with_phrase.yml +80 -28
  59. data/spec/fixtures/aylien_text_api/client/related_with_unauthenticated_client.yml +7 -5
  60. data/spec/fixtures/aylien_text_api/client/related_with_value_as_phrase.yml +80 -28
  61. data/spec/fixtures/aylien_text_api/client/related_with_value_as_valid_url.yml +16 -8
  62. data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_client.yml +7 -5
  63. data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_params.yml +16 -8
  64. data/spec/fixtures/aylien_text_api/client/sentiment_with_text.yml +23 -21
  65. data/spec/fixtures/aylien_text_api/client/sentiment_with_unauthenticated_client.yml +7 -5
  66. data/spec/fixtures/aylien_text_api/client/sentiment_with_valid_url.yml +49 -26
  67. data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_text.yml +23 -21
  68. data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_valid_url.yml +49 -26
  69. data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_client.yml +7 -5
  70. data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_params.yml +17 -9
  71. data/spec/fixtures/aylien_text_api/client/summarize_with_title_and_text.yml +20 -46
  72. data/spec/fixtures/aylien_text_api/client/summarize_with_unauthenticated_client.yml +7 -5
  73. data/spec/fixtures/aylien_text_api/client/summarize_with_valid_url.yml +61 -34
  74. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_title.yml +20 -46
  75. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_without_title.yml +17 -9
  76. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_valid_url.yml +61 -34
  77. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_client.yml +38 -0
  78. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_params.yml +57 -0
  79. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_text.yml +53 -0
  80. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_unauthenticated_client.yml +42 -0
  81. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_valid_url.yml +96 -0
  82. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_text.yml +57 -0
  83. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_valid_url.yml +96 -0
  84. data/spec/lib/aylien_text_api/client_spec.rb +13 -3
  85. data/spec/lib/aylien_text_api/microformats.rb +66 -0
  86. data/spec/lib/aylien_text_api/unsupervised_classify.rb +87 -0
  87. metadata +105 -5
@@ -7,16 +7,18 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: text=CCTV+footage+shows+the+moment+a+suicide+car+bomber+detonates%0A++++++a+device+in+Beirut+on+Tuesday.+The+incident+took+place+in+an+area%0A++++++of+support+for+Hezbollah+and+left+four+people+dead+with+many+more+wounded.%0A++++++A+group+calling+itself+the+al-Nusra+Front+in+Lebanon+has+claimed%0A++++++responsibility+for+the+attack+saying+it+was+in+retaliation+for%0A++++++Hezbollah%27s+military+support+of+president+Bashar+al-Assad%27s+forces+in+Syria
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.1
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,24 +27,31 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:15:48 GMT
30
+ - Tue, 10 Feb 2015 14:06:15 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
34
  - '605'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205378'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! "{\n \"text\": \"CCTV footage shows the moment a suicide car bomber
38
- detonates\\n a device in Beirut on Tuesday. The incident took place in
39
- an area\\n of support for Hezbollah and left four people dead with many
40
- more wounded.\\n A group calling itself the al-Nusra Front in Lebanon
41
- has claimed\\n responsibility for the attack saying it was in retaliation
42
- for\\n Hezbollah's military support of president Bashar al-Assad's forces
43
- in Syria\",\n \"language\": \"en\",\n \"categories\": [{\n \"label\":
44
- \"defence - biological and chemical weapons\",\n \"code\": \"11001007\",\n
45
- \ \"confidence\": 1.0\n }]\n}"
44
+ encoding: UTF-8
45
+ string: |-
46
+ {
47
+ "text": "CCTV footage shows the moment a suicide car bomber detonates\n a device in Beirut on Tuesday. The incident took place in an area\n of support for Hezbollah and left four people dead with many more wounded.\n A group calling itself the al-Nusra Front in Lebanon has claimed\n responsibility for the attack saying it was in retaliation for\n Hezbollah's military support of president Bashar al-Assad's forces in Syria",
48
+ "language": "en",
49
+ "categories": [{
50
+ "label": "defence - biological and chemical weapons",
51
+ "code": "11001007",
52
+ "confidence": 1.0
53
+ }]
54
+ }
46
55
  http_version:
47
- recorded_at: Tue, 02 Dec 2014 18:14:45 GMT
56
+ recorded_at: Tue, 10 Feb 2015 14:06:00 GMT
48
57
  recorded_with: VCR 2.9.3
@@ -7,16 +7,18 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: url=http%3A%2F%2Ftechcrunch.com%2F2014%2F10%2F20%2Fthe-super-slim-kindle-voyage-is-a-great-travel-companion%2F
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.1
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,74 +27,120 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:15:50 GMT
30
+ - Tue, 10 Feb 2015 14:06:16 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
- - '4482'
34
+ - '4382'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205376'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! "{\n \"text\": \"The Super-Slim Kindle Voyage Is A Great Travel Companion\\nIn
38
- 1935, Sir Allen Lane and V. K. Krishna Menon founded Penguin Books, a company
39
- dedicated to producing high-quality, small-format paperback books for the
40
- world market. These small, well-made little books introduced some amazing
41
- fiction, philosophy, classical thought and spiritualism to a hungry audience,
42
- and the low price made it easy to build a library of amazing titles that could
43
- fit into a milk crate. Penguin, it can be argued, brought about an intellectual
44
- sea change, bringing us both the post-war writers of note and, in another
45
- direction, the Beats and the spiritual riot of the 1960s.\\n\\nWhy was Penguin
46
- so popular? And why is the 6-inch Kindle Voyage its emotional successor? Both
47
- revolutionized the physical notion of books.\\n\\nIn Penguin\\u2019s case,
48
- the medium was truly the message, and\\u00a0the writing inside the small,
49
- pocketable books allowed for portability and encouraged collection. In the
50
- Kindle Voyage\\u2019s case, Amazon has created a delightful travel companion.\\n\\nFirst,
51
- let\\u2019s address the size. The $199 Voyage ($219 without ads and with 3G)
52
- is about as big as a Penguin paperback and just a bit bigger (and thicker)
53
- than a standard passport. It\\u2019s 7.6 mm thick and removed from its case
54
- it looks about as substantial as a thin stack of paper.\\n\\nThe Voyage is
55
- the Kindle distilled. Almost all of the features are there \\u2013 touchscreen,
56
- bright white e-ink display, and even a special haptic feedback system that
57
- allows you to \\u201cclick\\u201d left and right side buttons to turn pages.
58
- You can also swipe the page left and right to move to the next page and small
59
- dedicated spots above the longer touch-sensitive pads that go back one page.\\n\\nAmazon
60
- sells an $45 folding case for the Voyage that opens up like a Moleskine reporter\\u2019s
61
- notebook. It activates the Kindle upon opening and turns it off when closed.
62
- Hidden magnets then allow you to turn the cover into a little stand for hands-free
63
- reading.\\n\\nSo how does it work? In short, I love e-ink devices, and the
64
- Voyage is the best of them. Because it lasts for weeks \\u2013 I haven\\u2019t
65
- charged it in a full week of use \\u2013 you can stick it in a bag or backpack
66
- and expect it to be ready to read. The bright backlit screen casts a gentle
67
- glow that is reactive to outside light and makes reading pleasant without
68
- the glare of LCD. As a dedicated e-reader, it is nearly perfect, and I rarely
69
- say anything in CE is perfect.\\n\\nWho is this for? It\\u2019s for readers.
70
- The Voyage doesn\\u2019t do much except display books and allow you to buy
71
- them. You can download thousands of titles and not run out of space and, thanks
72
- to new organizational systems, you can place books into folders and control
73
- their placement on the device. But, again, it\\u2019s for readers. Don\\u2019t
74
- expect to read email, browse the web, or control your home security system
75
- from this device. It\\u2019s the e-reader perfected, however, and that means
76
- a lot.\\n\\nI don\\u2019t know how much longer the market for dedicated e-readers
77
- will exist, but I certainly appreciate Amazon\\u2019s dedication to the cause.
78
- E-ink devices are special because they\\u2019re amazingly readable and light
79
- and have great battery life. All of these aspects work in concert to offer
80
- a reading experience akin to thumbing through a Penguin Classic.\\n\\nAgain,
81
- this isn\\u2019t for everyone. It\\u2019s great for travel \\u2013 I took
82
- it with me to Disrupt in Europe and have read it on planes for the past few
83
- days \\u2013 and it\\u2019s great for people who don\\u2019t want a distracting
84
- reading experience. It\\u2019s a great gateway tablet, for example, for folks
85
- who don\\u2019t want a complex experience and instead just want to read. It\\u2019s
86
- also far more comfortable on the eyes for night reading in bed and the text
87
- can be modified for any eyes.\\n\\nAmazon is aiming for readers. It knows
88
- that people love Kindles because they are pure products for reading. And the
89
- Voyage is Amazon\\u2019s latest attempt at perfecting the e-book. Not unlike
90
- Penguin, Amazon looked at the market and made a bold move. It\\u2019s paid
91
- off and the resulting products \\u2013 the Fire like and this new Kindle \\u2013
92
- are nearly perfect media consumption devices by a company that knows how to
93
- sell.\",\n \"language\": \"en\",\n \"categories\": [{\n \"label\": \"economy,
94
- business and finance - computing and information technology\",\n \"code\":
95
- \"04003000\",\n \"confidence\": 1.0\n }]\n}"
44
+ encoding: ASCII-8BIT
45
+ string: !binary |-
46
+ ewogICJ0ZXh0IjogIlRoZSBTdXBlci1TbGltIEtpbmRsZSBWb3lhZ2UgSXMg
47
+ QSBHcmVhdCBUcmF2ZWwgQ29tcGFuaW9uXG5JbiAxOTM1LCBTaXIgQWxsZW4g
48
+ TGFuZSBhbmQgVi4gSy4gS3Jpc2huYSBNZW5vbiBmb3VuZGVkIFBlbmd1aW4g
49
+ Qm9va3MsIGEgY29tcGFueSBkZWRpY2F0ZWQgdG8gcHJvZHVjaW5nIGhpZ2gt
50
+ cXVhbGl0eSwgc21hbGwtZm9ybWF0IHBhcGVyYmFjayBib29rcyBmb3IgdGhl
51
+ IHdvcmxkIG1hcmtldC4gVGhlc2Ugc21hbGwsIHdlbGwtbWFkZSBsaXR0bGUg
52
+ Ym9va3MgaW50cm9kdWNlZCBzb21lIGFtYXppbmcgZmljdGlvbiwgcGhpbG9z
53
+ b3BoeSwgY2xhc3NpY2FsIHRob3VnaHQgYW5kIHNwaXJpdHVhbGlzbSB0byBh
54
+ IGh1bmdyeSBhdWRpZW5jZSwgYW5kIHRoZSBsb3cgcHJpY2UgbWFkZSBpdCBl
55
+ YXN5IHRvIGJ1aWxkIGEgbGlicmFyeSBvZiBhbWF6aW5nIHRpdGxlcyB0aGF0
56
+ IGNvdWxkIGZpdCBpbnRvIGEgbWlsayBjcmF0ZS4gUGVuZ3VpbiwgaXQgY2Fu
57
+ IGJlIGFyZ3VlZCwgYnJvdWdodCBhYm91dCBhbiBpbnRlbGxlY3R1YWwgc2Vh
58
+ IGNoYW5nZSwgYnJpbmdpbmcgdXMgYm90aCB0aGUgcG9zdC13YXIgd3JpdGVy
59
+ cyBvZiBub3RlIGFuZCwgaW4gYW5vdGhlciBkaXJlY3Rpb24sIHRoZSBCZWF0
60
+ cyBhbmQgdGhlIHNwaXJpdHVhbCByaW90IG9mIHRoZSAxOTYwcy5cblxuV2h5
61
+ IHdhcyBQZW5ndWluIHNvIHBvcHVsYXI/IEFuZCB3aHkgaXMgdGhlIDYtaW5j
62
+ aCBLaW5kbGUgVm95YWdlIGl0cyBlbW90aW9uYWwgc3VjY2Vzc29yPyBCb3Ro
63
+ IHJldm9sdXRpb25pemVkIHRoZSBwaHlzaWNhbCBub3Rpb24gb2YgYm9va3Mu
64
+ XG5cbkluIFBlbmd1aW7igJlzIGNhc2UsIHRoZSBtZWRpdW0gd2FzIHRydWx5
65
+ IHRoZSBtZXNzYWdlLCBhbmTCoHRoZSB3cml0aW5nIGluc2lkZSB0aGUgc21h
66
+ bGwsIHBvY2tldGFibGUgYm9va3MgYWxsb3dlZCBmb3IgcG9ydGFiaWxpdHkg
67
+ YW5kIGVuY291cmFnZWQgY29sbGVjdGlvbi4gSW4gdGhlIEtpbmRsZSBWb3lh
68
+ Z2XigJlzIGNhc2UsIEFtYXpvbiBoYXMgY3JlYXRlZCBhIGRlbGlnaHRmdWwg
69
+ dHJhdmVsIGNvbXBhbmlvbi5cblxuRmlyc3QsIGxldOKAmXMgYWRkcmVzcyB0
70
+ aGUgc2l6ZS4gVGhlICQxOTkgVm95YWdlICgkMjE5IHdpdGhvdXQgYWRzIGFu
71
+ ZCB3aXRoIDNHKSBpcyBhYm91dCBhcyBiaWcgYXMgYSBQZW5ndWluIHBhcGVy
72
+ YmFjayBhbmQganVzdCBhIGJpdCBiaWdnZXIgKGFuZCB0aGlja2VyKSB0aGFu
73
+ IGEgc3RhbmRhcmQgcGFzc3BvcnQuIEl04oCZcyA3LjYgbW0gdGhpY2sgYW5k
74
+ IHJlbW92ZWQgZnJvbSBpdHMgY2FzZSBpdCBsb29rcyBhYm91dCBhcyBzdWJz
75
+ dGFudGlhbCBhcyBhIHRoaW4gc3RhY2sgb2YgcGFwZXIuXG5cblRoZSBWb3lh
76
+ Z2UgaXMgdGhlIEtpbmRsZSBkaXN0aWxsZWQuIEFsbW9zdCBhbGwgb2YgdGhl
77
+ IGZlYXR1cmVzIGFyZSB0aGVyZSDigJMgdG91Y2hzY3JlZW4sIGJyaWdodCB3
78
+ aGl0ZSBlLWluayBkaXNwbGF5LCBhbmQgZXZlbiBhIHNwZWNpYWwgaGFwdGlj
79
+ IGZlZWRiYWNrIHN5c3RlbSB0aGF0IGFsbG93cyB5b3UgdG8g4oCcY2xpY2vi
80
+ gJ0gbGVmdCBhbmQgcmlnaHQgc2lkZSBidXR0b25zIHRvIHR1cm4gcGFnZXMu
81
+ IFlvdSBjYW4gYWxzbyBzd2lwZSB0aGUgcGFnZSBsZWZ0IGFuZCByaWdodCB0
82
+ byBtb3ZlIHRvIHRoZSBuZXh0IHBhZ2UgYW5kIHNtYWxsIGRlZGljYXRlZCBz
83
+ cG90cyBhYm92ZSB0aGUgbG9uZ2VyIHRvdWNoLXNlbnNpdGl2ZSBwYWRzIHRo
84
+ YXQgZ28gYmFjayBvbmUgcGFnZS5cblxuQW1hem9uIHNlbGxzIGFuICQ0NSBm
85
+ b2xkaW5nIGNhc2UgZm9yIHRoZSBWb3lhZ2UgdGhhdCBvcGVucyB1cCBsaWtl
86
+ IGEgTW9sZXNraW5lIHJlcG9ydGVy4oCZcyBub3RlYm9vay4gSXQgYWN0aXZh
87
+ dGVzIHRoZSBLaW5kbGUgdXBvbiBvcGVuaW5nIGFuZCB0dXJucyBpdCBvZmYg
88
+ d2hlbiBjbG9zZWQuIEhpZGRlbiBtYWduZXRzIHRoZW4gYWxsb3cgeW91IHRv
89
+ IHR1cm4gdGhlIGNvdmVyIGludG8gYSBsaXR0bGUgc3RhbmQgZm9yIGhhbmRz
90
+ LWZyZWUgcmVhZGluZy5cblxuU28gaG93IGRvZXMgaXQgd29yaz8gSW4gc2hv
91
+ cnQsIEkgbG92ZSBlLWluayBkZXZpY2VzLCBhbmQgdGhlIFZveWFnZSBpcyB0
92
+ aGUgYmVzdCBvZiB0aGVtLiBCZWNhdXNlIGl0IGxhc3RzIGZvciB3ZWVrcyDi
93
+ gJMgSSBoYXZlbuKAmXQgY2hhcmdlZCBpdCBpbiBhIGZ1bGwgd2VlayBvZiB1
94
+ c2Ug4oCTIHlvdSBjYW4gc3RpY2sgaXQgaW4gYSBiYWcgb3IgYmFja3BhY2sg
95
+ YW5kIGV4cGVjdCBpdCB0byBiZSByZWFkeSB0byByZWFkLiBUaGUgYnJpZ2h0
96
+ IGJhY2tsaXQgc2NyZWVuIGNhc3RzIGEgZ2VudGxlIGdsb3cgdGhhdCBpcyBy
97
+ ZWFjdGl2ZSB0byBvdXRzaWRlIGxpZ2h0IGFuZCBtYWtlcyByZWFkaW5nIHBs
98
+ ZWFzYW50IHdpdGhvdXQgdGhlIGdsYXJlIG9mIExDRC4gQXMgYSBkZWRpY2F0
99
+ ZWQgZS1yZWFkZXIsIGl0IGlzIG5lYXJseSBwZXJmZWN0LCBhbmQgSSByYXJl
100
+ bHkgc2F5IGFueXRoaW5nIGluIENFIGlzIHBlcmZlY3QuXG5cbldobyBpcyB0
101
+ aGlzIGZvcj8gSXTigJlzIGZvciByZWFkZXJzLiBUaGUgVm95YWdlIGRvZXNu
102
+ 4oCZdCBkbyBtdWNoIGV4Y2VwdCBkaXNwbGF5IGJvb2tzIGFuZCBhbGxvdyB5
103
+ b3UgdG8gYnV5IHRoZW0uIFlvdSBjYW4gZG93bmxvYWQgdGhvdXNhbmRzIG9m
104
+ IHRpdGxlcyBhbmQgbm90IHJ1biBvdXQgb2Ygc3BhY2UgYW5kLCB0aGFua3Mg
105
+ dG8gbmV3IG9yZ2FuaXphdGlvbmFsIHN5c3RlbXMsIHlvdSBjYW4gcGxhY2Ug
106
+ Ym9va3MgaW50byBmb2xkZXJzIGFuZCBjb250cm9sIHRoZWlyIHBsYWNlbWVu
107
+ dCBvbiB0aGUgZGV2aWNlLiBCdXQsIGFnYWluLCBpdOKAmXMgZm9yIHJlYWRl
108
+ cnMuIERvbuKAmXQgZXhwZWN0IHRvIHJlYWQgZW1haWwsIGJyb3dzZSB0aGUg
109
+ d2ViLCBvciBjb250cm9sIHlvdXIgaG9tZSBzZWN1cml0eSBzeXN0ZW0gZnJv
110
+ bSB0aGlzIGRldmljZS4gSXTigJlzIHRoZSBlLXJlYWRlciBwZXJmZWN0ZWQs
111
+ IGhvd2V2ZXIsIGFuZCB0aGF0IG1lYW5zIGEgbG90LlxuXG5JIGRvbuKAmXQg
112
+ a25vdyBob3cgbXVjaCBsb25nZXIgdGhlIG1hcmtldCBmb3IgZGVkaWNhdGVk
113
+ IGUtcmVhZGVycyB3aWxsIGV4aXN0LCBidXQgSSBjZXJ0YWlubHkgYXBwcmVj
114
+ aWF0ZSBBbWF6b27igJlzIGRlZGljYXRpb24gdG8gdGhlIGNhdXNlLiBFLWlu
115
+ ayBkZXZpY2VzIGFyZSBzcGVjaWFsIGJlY2F1c2UgdGhleeKAmXJlIGFtYXpp
116
+ bmdseSByZWFkYWJsZSBhbmQgbGlnaHQgYW5kIGhhdmUgZ3JlYXQgYmF0dGVy
117
+ eSBsaWZlLiBBbGwgb2YgdGhlc2UgYXNwZWN0cyB3b3JrIGluIGNvbmNlcnQg
118
+ dG8gb2ZmZXIgYSByZWFkaW5nIGV4cGVyaWVuY2UgYWtpbiB0byB0aHVtYmlu
119
+ ZyB0aHJvdWdoIGEgUGVuZ3VpbiBDbGFzc2ljLlxuXG5BZ2FpbiwgdGhpcyBp
120
+ c27igJl0IGZvciBldmVyeW9uZS4gSXTigJlzIGdyZWF0IGZvciB0cmF2ZWwg
121
+ 4oCTIEkgdG9vayBpdCB3aXRoIG1lIHRvIERpc3J1cHQgaW4gRXVyb3BlIGFu
122
+ ZCBoYXZlIHJlYWQgaXQgb24gcGxhbmVzIGZvciB0aGUgcGFzdCBmZXcgZGF5
123
+ cyDigJMgYW5kIGl04oCZcyBncmVhdCBmb3IgcGVvcGxlIHdobyBkb27igJl0
124
+ IHdhbnQgYSBkaXN0cmFjdGluZyByZWFkaW5nIGV4cGVyaWVuY2UuIEl04oCZ
125
+ cyBhIGdyZWF0IGdhdGV3YXkgdGFibGV0LCBmb3IgZXhhbXBsZSwgZm9yIGZv
126
+ bGtzIHdobyBkb27igJl0IHdhbnQgYSBjb21wbGV4IGV4cGVyaWVuY2UgYW5k
127
+ IGluc3RlYWQganVzdCB3YW50IHRvIHJlYWQuIEl04oCZcyBhbHNvIGZhciBt
128
+ b3JlIGNvbWZvcnRhYmxlIG9uIHRoZSBleWVzIGZvciBuaWdodCByZWFkaW5n
129
+ IGluIGJlZCBhbmQgdGhlIHRleHQgY2FuIGJlIG1vZGlmaWVkIGZvciBhbnkg
130
+ ZXllcy5cblxuQW1hem9uIGlzIGFpbWluZyBmb3IgcmVhZGVycy4gSXQga25v
131
+ d3MgdGhhdCBwZW9wbGUgbG92ZSBLaW5kbGVzIGJlY2F1c2UgdGhleSBhcmUg
132
+ cHVyZSBwcm9kdWN0cyBmb3IgcmVhZGluZy4gQW5kIHRoZSBWb3lhZ2UgaXMg
133
+ QW1hem9u4oCZcyBsYXRlc3QgYXR0ZW1wdCBhdCBwZXJmZWN0aW5nIHRoZSBl
134
+ LWJvb2suIE5vdCB1bmxpa2UgUGVuZ3VpbiwgQW1hem9uIGxvb2tlZCBhdCB0
135
+ aGUgbWFya2V0IGFuZCBtYWRlIGEgYm9sZCBtb3ZlLiBJdOKAmXMgcGFpZCBv
136
+ ZmYgYW5kIHRoZSByZXN1bHRpbmcgcHJvZHVjdHMg4oCTIHRoZSBGaXJlIGxp
137
+ a2UgYW5kIHRoaXMgbmV3IEtpbmRsZSDigJMgYXJlIG5lYXJseSBwZXJmZWN0
138
+ IG1lZGlhIGNvbnN1bXB0aW9uIGRldmljZXMgYnkgYSBjb21wYW55IHRoYXQg
139
+ a25vd3MgaG93IHRvIHNlbGwuIiwKICAibGFuZ3VhZ2UiOiAiZW4iLAogICJj
140
+ YXRlZ29yaWVzIjogW3sKICAgICJsYWJlbCI6ICJlY29ub215LCBidXNpbmVz
141
+ cyBhbmQgZmluYW5jZSAtIGNvbXB1dGluZyBhbmQgaW5mb3JtYXRpb24gdGVj
142
+ aG5vbG9neSIsCiAgICAiY29kZSI6ICIwNDAwMzAwMCIsCiAgICAiY29uZmlk
143
+ ZW5jZSI6IDEuMAogIH1dCn0=
96
144
  http_version:
97
- recorded_at: Tue, 02 Dec 2014 18:14:47 GMT
145
+ recorded_at: Tue, 10 Feb 2015 14:06:02 GMT
98
146
  recorded_with: VCR 2.9.3
@@ -7,10 +7,12 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: text=Barack+Hussein+Obama+II+is+the+44th+and+current%0A++++++President+of+the+United+States%2C+and+the+first%0A++++++African+American+to+hold+the+office.
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.1
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, 02 Dec 2014 18:16:16 GMT
26
+ - Tue, 10 Feb 2015 14:06:22 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: US-ASCII
34
+ encoding: UTF-8
33
35
  string: Authentication parameters missing
34
36
  http_version:
35
- recorded_at: Tue, 02 Dec 2014 18:15:13 GMT
37
+ recorded_at: Tue, 10 Feb 2015 14:06:07 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=Barack+Hussein+Obama+II+is+the+44th+and+current%0A++++++President+of+the+United+States%2C+and+the+first%0A++++++African+American+to+hold+the+office.
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.1
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,16 +27,22 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:16:11 GMT
30
+ - Tue, 10 Feb 2015 14:06:17 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
34
  - '70'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205373'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! '{"error" : "requirement failed: you must either provide url or text."}'
44
+ encoding: UTF-8
45
+ string: '{"error" : "requirement failed: you must either provide url or text."}'
38
46
  http_version:
39
- recorded_at: Tue, 02 Dec 2014 18:15:09 GMT
47
+ recorded_at: Tue, 10 Feb 2015 14:06:02 GMT
40
48
  recorded_with: VCR 2.9.3
@@ -7,16 +7,18 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: text=Barack+Hussein+Obama+II+is+the+44th+and+current%0A++++++President+of+the+United+States%2C+and+the+first%0A++++++African+American+to+hold+the+office.
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.1
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,20 +27,26 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:16:12 GMT
30
+ - Tue, 10 Feb 2015 14:06:18 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
34
  - '1035'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205372'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! '{"text":"Barack Hussein Obama II is the 44th and current\n President
44
+ encoding: UTF-8
45
+ string: '{"text":"Barack Hussein Obama II is the 44th and current\n President
38
46
  of the United States, and the first\n African American to hold the office.","language":"en","concepts":{"http://dbpedia.org/resource/Race_and_ethnicity_in_the_United_States_Census":{"surfaceForms":[{"string":"African
39
47
  American","score":0.9775916924283343,"offset":106}],"types":[""],"support":262175},"http://dbpedia.org/resource/Barack_Obama":{"surfaceForms":[{"string":"Barack
40
48
  Hussein Obama II","score":1.0,"offset":0}],"types":["http://dbpedia.org/ontology/Agent","http://schema.org/Person","http://xmlns.com/foaf/0.1/Person","http://dbpedia.org/ontology/Person","http://dbpedia.org/ontology/OfficeHolder"],"support":14686},"http://dbpedia.org/resource/United_States":{"surfaceForms":[{"string":"United
41
49
  States","score":0.9999067449772838,"offset":71}],"types":["http://schema.org/Place","http://dbpedia.org/ontology/Place","http://dbpedia.org/ontology/PopulatedPlace","http://schema.org/Country","http://dbpedia.org/ontology/Country"],"support":538753}}}'
42
50
  http_version:
43
- recorded_at: Tue, 02 Dec 2014 18:15:09 GMT
51
+ recorded_at: Tue, 10 Feb 2015 14:06:03 GMT
44
52
  recorded_with: VCR 2.9.3
@@ -7,10 +7,12 @@ http_interactions:
7
7
  encoding: US-ASCII
8
8
  string: text=Barack+Hussein+Obama+II+is+the+44th+and+current%0A++++++President+of+the+United+States%2C+and+the+first%0A++++++African+American+to+hold+the+office.
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.1
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, 02 Dec 2014 18:16:15 GMT
30
+ - Tue, 10 Feb 2015 14:06:20 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: US-ASCII
38
+ encoding: UTF-8
37
39
  string: Authentication failed
38
40
  http_version:
39
- recorded_at: Tue, 02 Dec 2014 18:15:12 GMT
41
+ recorded_at: Tue, 10 Feb 2015 14:06:05 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.co.uk%2Fnews%2Fbusiness-25821345
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.1
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,39 +27,114 @@ http_interactions:
25
27
  Server:
26
28
  - openresty/1.5.12.1
27
29
  Date:
28
- - Tue, 02 Dec 2014 18:16:17 GMT
30
+ - Tue, 10 Feb 2015 14:06:21 GMT
29
31
  Content-Type:
30
32
  - application/json;charset=UTF-8
31
33
  Content-Length:
32
- - '4113'
34
+ - '4105'
33
35
  Connection:
34
36
  - keep-alive
37
+ X-Ratelimit-Limit:
38
+ - '207000'
39
+ X-Ratelimit-Remaining:
40
+ - '205370'
41
+ X-Ratelimit-Reset:
42
+ - '1423612800'
35
43
  body:
36
- encoding: US-ASCII
37
- string: ! '{"text":"Boeing confirms $4bn order from GE\nGeneral Electric''s
38
- aircraft leasing and financing arm has confirmed that it has placed an order
39
- for 40 Boeing planes worth $4bn (\u00a32.3bn) at list prices.\n\nThe order
40
- was booked last year, but so far had been attributed to an \"unidentified
41
- customer\" by Boeing.\n\nGE Capital Aviation Services (GECAS) said the new
42
- planes would help it meet growing demand for more fuel-efficient aircraft
43
- from its customers.\n\n\"Our airline customers require more fuel-efficient
44
- aircraft to compete in the marketplace,\" Norman CT Liu, chief executive of
45
- GECAS, said in a statement.\n\nGECAS has now placed total orders for 95 units
46
- of 737 MAX 8 airplanes and 387 of the next-generation 737-800 jets making
47
- it the biggest buyer of the two models in the leasing industry.\n\nA slowdown
48
- in global travel demand, coupled with high fuel prices, has hurt the profitability
49
- of many airlines across the globe in recent years.\n\nAs a result, airlines
50
- have been looking to keep their costs in check to try and sustain their profitability.\n\nThat
51
- has in turn caused a rise in demand for fuel-efficient aircraft.\n\nThe 100-200
52
- seat narrow-body - or single-aisle - aircraft market is forecast to generate
53
- $20 trillion (\u00a312.8tn) over the next 20 years.\n\nThe sector is currently
54
- dominated by Airbus''s A320 and Boeing''s 737 aircraft, but other firms are
55
- also looking to tap into the market.\n\nBoeing has claimed that its next-generation
56
- 737''s offer the \"lowest operating costs in its class\".","language":"en","concepts":{"http://dbpedia.org/resource/Connecticut":{"surfaceForms":[{"string":"CT","score":0.7768695300895874,"offset":538}],"types":["http://schema.org/Place","http://dbpedia.org/ontology/Place","http://dbpedia.org/ontology/PopulatedPlace","http://dbpedia.org/ontology/Region","http://schema.org/AdministrativeArea","http://dbpedia.org/ontology/AdministrativeRegion"],"support":22055},"http://dbpedia.org/resource/General_Electric":{"surfaceForms":[{"string":"GE","score":0.9908060693929266,"offset":32}],"types":["http://dbpedia.org/ontology/Device","http://dbpedia.org/ontology/InformationAppliance"],"support":4179},"http://dbpedia.org/resource/Aircraft_lease":{"surfaceForms":[{"string":"aircraft
57
- leasing","score":0.9965442211698443,"offset":54}],"types":[""],"support":458},"http://dbpedia.org/resource/GE_Capital_Aviation_Services":{"surfaceForms":[{"string":"GE
58
- Capital Aviation Services","score":1.0,"offset":294},{"string":"GECAS","score":1.0,"offset":324}],"types":["http://dbpedia.org/ontology/Agent","http://schema.org/Organization","http://dbpedia.org/ontology/Organisation","http://dbpedia.org/ontology/Company"],"support":68},"http://dbpedia.org/resource/Normans":{"surfaceForms":[{"string":"Norman","score":0.5994888273262919,"offset":531}],"types":[""],"support":4563},"http://dbpedia.org/resource/Our_Airline":{"surfaceForms":[{"string":"Our
59
- airline","score":1.0,"offset":440}],"types":["http://dbpedia.org/ontology/Agent","http://schema.org/Organization","http://dbpedia.org/ontology/Organisation","http://dbpedia.org/ontology/Company","http://dbpedia.org/ontology/Airline"],"support":54},"http://dbpedia.org/resource/Boeing_737_MAX":{"surfaceForms":[{"string":"737
60
- MAX","score":1.0,"offset":644}],"types":["http://schema.org/Product","http://dbpedia.org/ontology/MeanOfTransportation","http://dbpedia.org/ontology/Aircraft"],"support":69},"http://dbpedia.org/resource/Narrow-body_aircraft":{"surfaceForms":[{"string":"narrow-body","score":1.0,"offset":1124}],"types":[""],"support":144},"http://dbpedia.org/resource/Boeing":{"surfaceForms":[{"string":"Boeing","score":0.9974806337343421,"offset":0}],"types":["http://dbpedia.org/ontology/Agent","http://schema.org/Organization","http://dbpedia.org/ontology/Organisation","http://dbpedia.org/ontology/Company"],"support":7424},"http://dbpedia.org/resource/Airbus_A320_family":{"surfaceForms":[{"string":"A320","score":0.9813322468296155,"offset":1290}],"types":["http://schema.org/Product","http://dbpedia.org/ontology/MeanOfTransportation","http://dbpedia.org/ontology/Aircraft"],"support":1491}}}'
44
+ encoding: ASCII-8BIT
45
+ string: !binary |-
46
+ eyJ0ZXh0IjoiQm9laW5nIGNvbmZpcm1zICQ0Ym4gb3JkZXIgZnJvbSBHRVxu
47
+ R2VuZXJhbCBFbGVjdHJpYydzIGFpcmNyYWZ0IGxlYXNpbmcgYW5kIGZpbmFu
48
+ Y2luZyBhcm0gaGFzIGNvbmZpcm1lZCB0aGF0IGl0IGhhcyBwbGFjZWQgYW4g
49
+ b3JkZXIgZm9yIDQwIEJvZWluZyBwbGFuZXMgd29ydGggJDRibiAowqMyLjNi
50
+ bikgYXQgbGlzdCBwcmljZXMuXG5cblRoZSBvcmRlciB3YXMgYm9va2VkIGxh
51
+ c3QgeWVhciwgYnV0IHNvIGZhciBoYWQgYmVlbiBhdHRyaWJ1dGVkIHRvIGFu
52
+ IFwidW5pZGVudGlmaWVkIGN1c3RvbWVyXCIgYnkgQm9laW5nLlxuXG5HRSBD
53
+ YXBpdGFsIEF2aWF0aW9uIFNlcnZpY2VzIChHRUNBUykgc2FpZCB0aGUgbmV3
54
+ IHBsYW5lcyB3b3VsZCBoZWxwIGl0IG1lZXQgZ3Jvd2luZyBkZW1hbmQgZm9y
55
+ IG1vcmUgZnVlbC1lZmZpY2llbnQgYWlyY3JhZnQgZnJvbSBpdHMgY3VzdG9t
56
+ ZXJzLlxuXG5cIk91ciBhaXJsaW5lIGN1c3RvbWVycyByZXF1aXJlIG1vcmUg
57
+ ZnVlbC1lZmZpY2llbnQgYWlyY3JhZnQgdG8gY29tcGV0ZSBpbiB0aGUgbWFy
58
+ a2V0cGxhY2UsXCIgTm9ybWFuIENUIExpdSwgY2hpZWYgZXhlY3V0aXZlIG9m
59
+ IEdFQ0FTLCBzYWlkIGluIGEgc3RhdGVtZW50LlxuXG5HRUNBUyBoYXMgbm93
60
+ IHBsYWNlZCB0b3RhbCBvcmRlcnMgZm9yIDk1IHVuaXRzIG9mIDczNyBNQVgg
61
+ OCBhaXJwbGFuZXMgYW5kIDM4NyBvZiB0aGUgbmV4dC1nZW5lcmF0aW9uIDcz
62
+ Ny04MDAgamV0cyBtYWtpbmcgaXQgdGhlIGJpZ2dlc3QgYnV5ZXIgb2YgdGhl
63
+ IHR3byBtb2RlbHMgaW4gdGhlIGxlYXNpbmcgaW5kdXN0cnkuXG5cbkEgc2xv
64
+ d2Rvd24gaW4gZ2xvYmFsIHRyYXZlbCBkZW1hbmQsIGNvdXBsZWQgd2l0aCBo
65
+ aWdoIGZ1ZWwgcHJpY2VzLCBoYXMgaHVydCB0aGUgcHJvZml0YWJpbGl0eSBv
66
+ ZiBtYW55IGFpcmxpbmVzIGFjcm9zcyB0aGUgZ2xvYmUgaW4gcmVjZW50IHll
67
+ YXJzLlxuXG5BcyBhIHJlc3VsdCwgYWlybGluZXMgaGF2ZSBiZWVuIGxvb2tp
68
+ bmcgdG8ga2VlcCB0aGVpciBjb3N0cyBpbiBjaGVjayB0byB0cnkgYW5kIHN1
69
+ c3RhaW4gdGhlaXIgcHJvZml0YWJpbGl0eS5cblxuVGhhdCBoYXMgaW4gdHVy
70
+ biBjYXVzZWQgYSByaXNlIGluIGRlbWFuZCBmb3IgZnVlbC1lZmZpY2llbnQg
71
+ YWlyY3JhZnQuXG5cblRoZSAxMDAtMjAwIHNlYXQgbmFycm93LWJvZHkgLSBv
72
+ ciBzaW5nbGUtYWlzbGUgLSBhaXJjcmFmdCBtYXJrZXQgaXMgZm9yZWNhc3Qg
73
+ dG8gZ2VuZXJhdGUgJDIwIHRyaWxsaW9uICjCozEyLjh0bikgb3ZlciB0aGUg
74
+ bmV4dCAyMCB5ZWFycy5cblxuVGhlIHNlY3RvciBpcyBjdXJyZW50bHkgZG9t
75
+ aW5hdGVkIGJ5IEFpcmJ1cydzIEEzMjAgYW5kIEJvZWluZydzIDczNyBhaXJj
76
+ cmFmdCwgYnV0IG90aGVyIGZpcm1zIGFyZSBhbHNvIGxvb2tpbmcgdG8gdGFw
77
+ IGludG8gdGhlIG1hcmtldC5cblxuQm9laW5nIGhhcyBjbGFpbWVkIHRoYXQg
78
+ aXRzIG5leHQtZ2VuZXJhdGlvbiA3MzcncyBvZmZlciB0aGUgXCJsb3dlc3Qg
79
+ b3BlcmF0aW5nIGNvc3RzIGluIGl0cyBjbGFzc1wiLiIsImxhbmd1YWdlIjoi
80
+ ZW4iLCJjb25jZXB0cyI6eyJodHRwOi8vZGJwZWRpYS5vcmcvcmVzb3VyY2Uv
81
+ Q29ubmVjdGljdXQiOnsic3VyZmFjZUZvcm1zIjpbeyJzdHJpbmciOiJDVCIs
82
+ InNjb3JlIjowLjc3Njg2OTUzMDA4OTU4NzQsIm9mZnNldCI6NTM4fV0sInR5
83
+ cGVzIjpbImh0dHA6Ly9zY2hlbWEub3JnL1BsYWNlIiwiaHR0cDovL2RicGVk
84
+ aWEub3JnL29udG9sb2d5L1BsYWNlIiwiaHR0cDovL2RicGVkaWEub3JnL29u
85
+ dG9sb2d5L1BvcHVsYXRlZFBsYWNlIiwiaHR0cDovL2RicGVkaWEub3JnL29u
86
+ dG9sb2d5L1JlZ2lvbiIsImh0dHA6Ly9zY2hlbWEub3JnL0FkbWluaXN0cmF0
87
+ aXZlQXJlYSIsImh0dHA6Ly9kYnBlZGlhLm9yZy9vbnRvbG9neS9BZG1pbmlz
88
+ dHJhdGl2ZVJlZ2lvbiJdLCJzdXBwb3J0IjoyMjA1NX0sImh0dHA6Ly9kYnBl
89
+ ZGlhLm9yZy9yZXNvdXJjZS9HZW5lcmFsX0VsZWN0cmljIjp7InN1cmZhY2VG
90
+ b3JtcyI6W3sic3RyaW5nIjoiR0UiLCJzY29yZSI6MC45OTA4MDYwNjkzOTI5
91
+ MjY2LCJvZmZzZXQiOjMyfV0sInR5cGVzIjpbImh0dHA6Ly9kYnBlZGlhLm9y
92
+ Zy9vbnRvbG9neS9EZXZpY2UiLCJodHRwOi8vZGJwZWRpYS5vcmcvb250b2xv
93
+ Z3kvSW5mb3JtYXRpb25BcHBsaWFuY2UiXSwic3VwcG9ydCI6NDE3OX0sImh0
94
+ dHA6Ly9kYnBlZGlhLm9yZy9yZXNvdXJjZS9BaXJjcmFmdF9sZWFzZSI6eyJz
95
+ dXJmYWNlRm9ybXMiOlt7InN0cmluZyI6ImFpcmNyYWZ0IGxlYXNpbmciLCJz
96
+ Y29yZSI6MC45OTY1NDQyMjExNjk4NDQzLCJvZmZzZXQiOjU0fV0sInR5cGVz
97
+ IjpbIiJdLCJzdXBwb3J0Ijo0NTh9LCJodHRwOi8vZGJwZWRpYS5vcmcvcmVz
98
+ b3VyY2UvR0VfQ2FwaXRhbF9BdmlhdGlvbl9TZXJ2aWNlcyI6eyJzdXJmYWNl
99
+ Rm9ybXMiOlt7InN0cmluZyI6IkdFIENhcGl0YWwgQXZpYXRpb24gU2Vydmlj
100
+ ZXMiLCJzY29yZSI6MS4wLCJvZmZzZXQiOjI5NH0seyJzdHJpbmciOiJHRUNB
101
+ UyIsInNjb3JlIjoxLjAsIm9mZnNldCI6MzI0fV0sInR5cGVzIjpbImh0dHA6
102
+ Ly9kYnBlZGlhLm9yZy9vbnRvbG9neS9BZ2VudCIsImh0dHA6Ly9zY2hlbWEu
103
+ b3JnL09yZ2FuaXphdGlvbiIsImh0dHA6Ly9kYnBlZGlhLm9yZy9vbnRvbG9n
104
+ eS9PcmdhbmlzYXRpb24iLCJodHRwOi8vZGJwZWRpYS5vcmcvb250b2xvZ3kv
105
+ Q29tcGFueSJdLCJzdXBwb3J0Ijo2OH0sImh0dHA6Ly9kYnBlZGlhLm9yZy9y
106
+ ZXNvdXJjZS9Ob3JtYW5zIjp7InN1cmZhY2VGb3JtcyI6W3sic3RyaW5nIjoi
107
+ Tm9ybWFuIiwic2NvcmUiOjAuNTk5NDg4ODI3MzI2MjkxOSwib2Zmc2V0Ijo1
108
+ MzF9XSwidHlwZXMiOlsiIl0sInN1cHBvcnQiOjQ1NjN9LCJodHRwOi8vZGJw
109
+ ZWRpYS5vcmcvcmVzb3VyY2UvT3VyX0FpcmxpbmUiOnsic3VyZmFjZUZvcm1z
110
+ IjpbeyJzdHJpbmciOiJPdXIgYWlybGluZSIsInNjb3JlIjoxLjAsIm9mZnNl
111
+ dCI6NDQwfV0sInR5cGVzIjpbImh0dHA6Ly9kYnBlZGlhLm9yZy9vbnRvbG9n
112
+ eS9BZ2VudCIsImh0dHA6Ly9zY2hlbWEub3JnL09yZ2FuaXphdGlvbiIsImh0
113
+ dHA6Ly9kYnBlZGlhLm9yZy9vbnRvbG9neS9PcmdhbmlzYXRpb24iLCJodHRw
114
+ Oi8vZGJwZWRpYS5vcmcvb250b2xvZ3kvQ29tcGFueSIsImh0dHA6Ly9kYnBl
115
+ ZGlhLm9yZy9vbnRvbG9neS9BaXJsaW5lIl0sInN1cHBvcnQiOjU0fSwiaHR0
116
+ cDovL2RicGVkaWEub3JnL3Jlc291cmNlL0JvZWluZ183MzdfTUFYIjp7InN1
117
+ cmZhY2VGb3JtcyI6W3sic3RyaW5nIjoiNzM3IE1BWCIsInNjb3JlIjoxLjAs
118
+ Im9mZnNldCI6NjQ0fV0sInR5cGVzIjpbImh0dHA6Ly9zY2hlbWEub3JnL1By
119
+ b2R1Y3QiLCJodHRwOi8vZGJwZWRpYS5vcmcvb250b2xvZ3kvTWVhbk9mVHJh
120
+ bnNwb3J0YXRpb24iLCJodHRwOi8vZGJwZWRpYS5vcmcvb250b2xvZ3kvQWly
121
+ Y3JhZnQiXSwic3VwcG9ydCI6Njl9LCJodHRwOi8vZGJwZWRpYS5vcmcvcmVz
122
+ b3VyY2UvTmFycm93LWJvZHlfYWlyY3JhZnQiOnsic3VyZmFjZUZvcm1zIjpb
123
+ eyJzdHJpbmciOiJuYXJyb3ctYm9keSIsInNjb3JlIjoxLjAsIm9mZnNldCI6
124
+ MTEyNH1dLCJ0eXBlcyI6WyIiXSwic3VwcG9ydCI6MTQ0fSwiaHR0cDovL2Ri
125
+ cGVkaWEub3JnL3Jlc291cmNlL0JvZWluZyI6eyJzdXJmYWNlRm9ybXMiOlt7
126
+ InN0cmluZyI6IkJvZWluZyIsInNjb3JlIjowLjk5NzQ4MDYzMzczNDM0MjEs
127
+ Im9mZnNldCI6MH1dLCJ0eXBlcyI6WyJodHRwOi8vZGJwZWRpYS5vcmcvb250
128
+ b2xvZ3kvQWdlbnQiLCJodHRwOi8vc2NoZW1hLm9yZy9Pcmdhbml6YXRpb24i
129
+ LCJodHRwOi8vZGJwZWRpYS5vcmcvb250b2xvZ3kvT3JnYW5pc2F0aW9uIiwi
130
+ aHR0cDovL2RicGVkaWEub3JnL29udG9sb2d5L0NvbXBhbnkiXSwic3VwcG9y
131
+ dCI6NzQyNH0sImh0dHA6Ly9kYnBlZGlhLm9yZy9yZXNvdXJjZS9BaXJidXNf
132
+ QTMyMF9mYW1pbHkiOnsic3VyZmFjZUZvcm1zIjpbeyJzdHJpbmciOiJBMzIw
133
+ Iiwic2NvcmUiOjAuOTgxMzMyMjQ2ODI5NjE1NSwib2Zmc2V0IjoxMjkwfV0s
134
+ InR5cGVzIjpbImh0dHA6Ly9zY2hlbWEub3JnL1Byb2R1Y3QiLCJodHRwOi8v
135
+ ZGJwZWRpYS5vcmcvb250b2xvZ3kvTWVhbk9mVHJhbnNwb3J0YXRpb24iLCJo
136
+ dHRwOi8vZGJwZWRpYS5vcmcvb250b2xvZ3kvQWlyY3JhZnQiXSwic3VwcG9y
137
+ dCI6MTQ5MX19fQ==
61
138
  http_version:
62
- recorded_at: Tue, 02 Dec 2014 18:15:14 GMT
139
+ recorded_at: Tue, 10 Feb 2015 14:06:06 GMT
63
140
  recorded_with: VCR 2.9.3