aylien_text_api 0.3.0 → 0.4.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 (104) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -6
  3. data/lib/aylien_text_api/client.rb +160 -12
  4. data/lib/aylien_text_api/configuration.rb +1 -0
  5. data/lib/aylien_text_api/error.rb +5 -2
  6. data/lib/aylien_text_api/version.rb +1 -1
  7. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_invalid_client.yml +38 -0
  8. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_invalid_params.yml +57 -0
  9. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_invalid_taxonomy.yml +48 -0
  10. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_text.yml +75 -0
  11. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_unauthenticated_client.yml +42 -0
  12. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_valid_url.yml +155 -0
  13. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_value_as_text.yml +75 -0
  14. data/spec/fixtures/aylien_text_api/client/classify_by_taxonomy_with_value_as_valid_url.yml +155 -0
  15. data/spec/fixtures/aylien_text_api/client/classify_with_invalid_client.yml +3 -3
  16. data/spec/fixtures/aylien_text_api/client/classify_with_invalid_params.yml +5 -5
  17. data/spec/fixtures/aylien_text_api/client/classify_with_text.yml +5 -5
  18. data/spec/fixtures/aylien_text_api/client/classify_with_unauthenticated_client.yml +3 -3
  19. data/spec/fixtures/aylien_text_api/client/classify_with_valid_url.yml +5 -5
  20. data/spec/fixtures/aylien_text_api/client/classify_with_value_as_text.yml +5 -5
  21. data/spec/fixtures/aylien_text_api/client/classify_with_value_as_valid_url.yml +5 -5
  22. data/spec/fixtures/aylien_text_api/client/combined_with_invalid_client.yml +3 -3
  23. data/spec/fixtures/aylien_text_api/client/combined_with_invalid_params.yml +5 -5
  24. data/spec/fixtures/aylien_text_api/client/combined_with_text.yml +11 -11
  25. data/spec/fixtures/aylien_text_api/client/combined_with_unauthenticated_client.yml +3 -3
  26. data/spec/fixtures/aylien_text_api/client/combined_with_valid_url.yml +9 -9
  27. data/spec/fixtures/aylien_text_api/client/combined_with_value_as_text.yml +11 -11
  28. data/spec/fixtures/aylien_text_api/client/combined_with_value_as_valid_url.yml +9 -9
  29. data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_client.yml +3 -3
  30. data/spec/fixtures/aylien_text_api/client/concepts_with_invalid_params.yml +5 -5
  31. data/spec/fixtures/aylien_text_api/client/concepts_with_text.yml +5 -5
  32. data/spec/fixtures/aylien_text_api/client/concepts_with_unauthenticated_client.yml +3 -3
  33. data/spec/fixtures/aylien_text_api/client/concepts_with_valid_url.yml +5 -5
  34. data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_text.yml +5 -5
  35. data/spec/fixtures/aylien_text_api/client/concepts_with_value_as_valid_url.yml +5 -5
  36. data/spec/fixtures/aylien_text_api/client/entities_with_invalid_client.yml +3 -3
  37. data/spec/fixtures/aylien_text_api/client/entities_with_invalid_params.yml +5 -5
  38. data/spec/fixtures/aylien_text_api/client/entities_with_text.yml +5 -5
  39. data/spec/fixtures/aylien_text_api/client/entities_with_unauthenticated_client.yml +3 -3
  40. data/spec/fixtures/aylien_text_api/client/entities_with_valid_url.yml +5 -5
  41. data/spec/fixtures/aylien_text_api/client/entities_with_value_as_text.yml +5 -5
  42. data/spec/fixtures/aylien_text_api/client/entities_with_value_as_valid_url.yml +5 -5
  43. data/spec/fixtures/aylien_text_api/client/extract_with_invalid_client.yml +3 -3
  44. data/spec/fixtures/aylien_text_api/client/extract_with_invalid_params.yml +5 -5
  45. data/spec/fixtures/aylien_text_api/client/extract_with_unauthenticated_client.yml +3 -3
  46. data/spec/fixtures/aylien_text_api/client/extract_with_valid_url.yml +5 -5
  47. data/spec/fixtures/aylien_text_api/client/extract_with_value_as_text.yml +5 -5
  48. data/spec/fixtures/aylien_text_api/client/extract_with_value_as_valid_url.yml +5 -5
  49. data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_client.yml +3 -3
  50. data/spec/fixtures/aylien_text_api/client/hashtags_with_invalid_params.yml +5 -5
  51. data/spec/fixtures/aylien_text_api/client/hashtags_with_text.yml +8 -8
  52. data/spec/fixtures/aylien_text_api/client/hashtags_with_unauthenticated_client.yml +3 -3
  53. data/spec/fixtures/aylien_text_api/client/hashtags_with_valid_url.yml +9 -9
  54. data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_text.yml +8 -8
  55. data/spec/fixtures/aylien_text_api/client/hashtags_with_value_as_valid_url.yml +9 -9
  56. data/spec/fixtures/aylien_text_api/client/image_tags_with_invalid_client.yml +3 -3
  57. data/spec/fixtures/aylien_text_api/client/image_tags_with_invalid_params.yml +6 -6
  58. data/spec/fixtures/aylien_text_api/client/image_tags_with_unauthenticated_client.yml +3 -3
  59. data/spec/fixtures/aylien_text_api/client/image_tags_with_valid_url.yml +8 -8
  60. data/spec/fixtures/aylien_text_api/client/image_tags_with_value_as_text.yml +5 -5
  61. data/spec/fixtures/aylien_text_api/client/image_tags_with_value_as_valid_url.yml +8 -8
  62. data/spec/fixtures/aylien_text_api/client/language_with_invalid_client.yml +3 -3
  63. data/spec/fixtures/aylien_text_api/client/language_with_invalid_params.yml +5 -5
  64. data/spec/fixtures/aylien_text_api/client/language_with_unauthenticated_client.yml +3 -3
  65. data/spec/fixtures/aylien_text_api/client/language_with_valid_text.yml +6 -6
  66. data/spec/fixtures/aylien_text_api/client/language_with_valid_url.yml +6 -6
  67. data/spec/fixtures/aylien_text_api/client/language_with_value_as_text.yml +6 -6
  68. data/spec/fixtures/aylien_text_api/client/language_with_value_as_valid_url.yml +6 -6
  69. data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_client.yml +3 -3
  70. data/spec/fixtures/aylien_text_api/client/microformats_with_invalid_params.yml +5 -5
  71. data/spec/fixtures/aylien_text_api/client/microformats_with_unauthenticated_client.yml +3 -3
  72. data/spec/fixtures/aylien_text_api/client/microformats_with_valid_url.yml +6 -6
  73. data/spec/fixtures/aylien_text_api/client/microformats_with_value_as_valid_url.yml +6 -6
  74. data/spec/fixtures/aylien_text_api/client/related_with_invalid_client.yml +3 -3
  75. data/spec/fixtures/aylien_text_api/client/related_with_invalid_params.yml +5 -5
  76. data/spec/fixtures/aylien_text_api/client/related_with_phrase.yml +5 -5
  77. data/spec/fixtures/aylien_text_api/client/related_with_unauthenticated_client.yml +3 -3
  78. data/spec/fixtures/aylien_text_api/client/related_with_value_as_phrase.yml +5 -5
  79. data/spec/fixtures/aylien_text_api/client/related_with_value_as_valid_url.yml +5 -5
  80. data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_client.yml +3 -3
  81. data/spec/fixtures/aylien_text_api/client/sentiment_with_invalid_params.yml +5 -5
  82. data/spec/fixtures/aylien_text_api/client/sentiment_with_text.yml +5 -5
  83. data/spec/fixtures/aylien_text_api/client/sentiment_with_unauthenticated_client.yml +3 -3
  84. data/spec/fixtures/aylien_text_api/client/sentiment_with_valid_url.yml +5 -5
  85. data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_text.yml +5 -5
  86. data/spec/fixtures/aylien_text_api/client/sentiment_with_value_as_valid_url.yml +5 -5
  87. data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_client.yml +3 -3
  88. data/spec/fixtures/aylien_text_api/client/summarize_with_invalid_params.yml +5 -5
  89. data/spec/fixtures/aylien_text_api/client/summarize_with_title_and_text.yml +5 -5
  90. data/spec/fixtures/aylien_text_api/client/summarize_with_unauthenticated_client.yml +3 -3
  91. data/spec/fixtures/aylien_text_api/client/summarize_with_valid_url.yml +5 -5
  92. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_title.yml +5 -5
  93. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_text_and_without_title.yml +5 -5
  94. data/spec/fixtures/aylien_text_api/client/summarize_with_value_as_valid_url.yml +5 -5
  95. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_client.yml +3 -3
  96. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_invalid_params.yml +5 -5
  97. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_text.yml +5 -5
  98. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_unauthenticated_client.yml +3 -3
  99. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_valid_url.yml +5 -5
  100. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_text.yml +5 -5
  101. data/spec/fixtures/aylien_text_api/client/unsupervised_classify_with_value_as_valid_url.yml +5 -5
  102. data/spec/lib/aylien_text_api/classify_by_taxonomy.rb +124 -0
  103. data/spec/lib/aylien_text_api/client_spec.rb +1 -0
  104. metadata +21 -2
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  response:
@@ -23,7 +23,7 @@ http_interactions:
23
23
  Server:
24
24
  - openresty/1.7.7.2
25
25
  Date:
26
- - Thu, 06 Aug 2015 16:59:33 GMT
26
+ - Thu, 17 Sep 2015 11:18:25 GMT
27
27
  Content-Type:
28
28
  - text/plain; charset=us-ascii
29
29
  Transfer-Encoding:
@@ -34,5 +34,5 @@ http_interactions:
34
34
  encoding: UTF-8
35
35
  string: Authentication parameters missing
36
36
  http_version:
37
- recorded_at: Thu, 06 Aug 2015 16:59:33 GMT
37
+ recorded_at: Thu, 17 Sep 2015 11:18:25 GMT
38
38
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:32 GMT
30
+ - Thu, 17 Sep 2015 11:18:23 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206152'
40
+ - '206328'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -58,5 +58,5 @@ http_interactions:
58
58
  }]
59
59
  }
60
60
  http_version:
61
- recorded_at: Thu, 06 Aug 2015 16:59:32 GMT
61
+ recorded_at: Thu, 17 Sep 2015 11:18:23 GMT
62
62
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:31 GMT
30
+ - Thu, 17 Sep 2015 11:18:24 GMT
31
31
  Content-Type:
32
32
  - text/plain; charset=us-ascii
33
33
  Transfer-Encoding:
@@ -38,5 +38,5 @@ http_interactions:
38
38
  encoding: UTF-8
39
39
  string: Authentication failed
40
40
  http_version:
41
- recorded_at: Thu, 06 Aug 2015 16:59:31 GMT
41
+ recorded_at: Thu, 17 Sep 2015 11:18:24 GMT
42
42
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:32 GMT
30
+ - Thu, 17 Sep 2015 11:18:24 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206153'
40
+ - '206326'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -61,7 +61,7 @@ http_interactions:
61
61
  "familyName": "van der Harten",
62
62
  "givenName": "Sally",
63
63
  "honorificSuffix": "Ph.D.",
64
- "id": "e4a7e359ded025c9cb0bfc559044f16952021e38",
64
+ "id": "561e55f44f66eb96656a87b3b424c3041ea637c1",
65
65
  "additionalName": "K.",
66
66
  "honorificPrefix": "Dr."
67
67
  },
@@ -80,5 +80,5 @@ http_interactions:
80
80
  }]
81
81
  }
82
82
  http_version:
83
- recorded_at: Thu, 06 Aug 2015 16:59:32 GMT
83
+ recorded_at: Thu, 17 Sep 2015 11:18:24 GMT
84
84
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:31 GMT
30
+ - Thu, 17 Sep 2015 11:18:23 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206154'
40
+ - '206327'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -61,7 +61,7 @@ http_interactions:
61
61
  "familyName": "van der Harten",
62
62
  "givenName": "Sally",
63
63
  "honorificSuffix": "Ph.D.",
64
- "id": "6e42b884077fd815ed76edef9e62bbfae53f9ec7",
64
+ "id": "f5be5c8634c4749c5934233699d021fdba9fb651",
65
65
  "additionalName": "K.",
66
66
  "honorificPrefix": "Dr."
67
67
  },
@@ -80,5 +80,5 @@ http_interactions:
80
80
  }]
81
81
  }
82
82
  http_version:
83
- recorded_at: Thu, 06 Aug 2015 16:59:31 GMT
83
+ recorded_at: Thu, 17 Sep 2015 11:18:24 GMT
84
84
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  response:
@@ -23,7 +23,7 @@ http_interactions:
23
23
  Server:
24
24
  - openresty/1.7.7.2
25
25
  Date:
26
- - Thu, 06 Aug 2015 16:59:11 GMT
26
+ - Thu, 17 Sep 2015 11:18:33 GMT
27
27
  Content-Type:
28
28
  - text/plain; charset=us-ascii
29
29
  Transfer-Encoding:
@@ -34,5 +34,5 @@ http_interactions:
34
34
  encoding: UTF-8
35
35
  string: Authentication parameters missing
36
36
  http_version:
37
- recorded_at: Thu, 06 Aug 2015 16:59:11 GMT
37
+ recorded_at: Thu, 17 Sep 2015 11:18:33 GMT
38
38
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:13 GMT
30
+ - Thu, 17 Sep 2015 11:18:33 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206169'
40
+ - '206296'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -58,5 +58,5 @@ http_interactions:
58
58
  }]
59
59
  }
60
60
  http_version:
61
- recorded_at: Thu, 06 Aug 2015 16:59:13 GMT
61
+ recorded_at: Thu, 17 Sep 2015 11:18:33 GMT
62
62
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:12 GMT
30
+ - Thu, 17 Sep 2015 11:18:34 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206170'
40
+ - '206294'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -108,5 +108,5 @@ http_interactions:
108
108
  }]
109
109
  }
110
110
  http_version:
111
- recorded_at: Thu, 06 Aug 2015 16:59:12 GMT
111
+ recorded_at: Thu, 17 Sep 2015 11:18:34 GMT
112
112
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:13 GMT
30
+ - Thu, 17 Sep 2015 11:18:32 GMT
31
31
  Content-Type:
32
32
  - text/plain; charset=us-ascii
33
33
  Transfer-Encoding:
@@ -38,5 +38,5 @@ http_interactions:
38
38
  encoding: UTF-8
39
39
  string: Authentication failed
40
40
  http_version:
41
- recorded_at: Thu, 06 Aug 2015 16:59:13 GMT
41
+ recorded_at: Thu, 17 Sep 2015 11:18:32 GMT
42
42
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:11 GMT
30
+ - Thu, 17 Sep 2015 11:18:34 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206172'
40
+ - '206295'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -108,5 +108,5 @@ http_interactions:
108
108
  }]
109
109
  }
110
110
  http_version:
111
- recorded_at: Thu, 06 Aug 2015 16:59:11 GMT
111
+ recorded_at: Thu, 17 Sep 2015 11:18:34 GMT
112
112
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:12 GMT
30
+ - Thu, 17 Sep 2015 11:18:32 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206171'
40
+ - '206296'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -58,5 +58,5 @@ http_interactions:
58
58
  }]
59
59
  }
60
60
  http_version:
61
- recorded_at: Thu, 06 Aug 2015 16:59:12 GMT
61
+ recorded_at: Thu, 17 Sep 2015 11:18:32 GMT
62
62
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  response:
@@ -23,7 +23,7 @@ http_interactions:
23
23
  Server:
24
24
  - openresty/1.7.7.2
25
25
  Date:
26
- - Thu, 06 Aug 2015 16:59:26 GMT
26
+ - Thu, 17 Sep 2015 11:17:48 GMT
27
27
  Content-Type:
28
28
  - text/plain; charset=us-ascii
29
29
  Transfer-Encoding:
@@ -34,5 +34,5 @@ http_interactions:
34
34
  encoding: UTF-8
35
35
  string: Authentication parameters missing
36
36
  http_version:
37
- recorded_at: Thu, 06 Aug 2015 16:59:26 GMT
37
+ recorded_at: Thu, 17 Sep 2015 11:17:48 GMT
38
38
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:24 GMT
30
+ - Thu, 17 Sep 2015 11:17:49 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206159'
40
+ - '206353'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -53,5 +53,5 @@ http_interactions:
53
53
  }]
54
54
  }
55
55
  http_version:
56
- recorded_at: Thu, 06 Aug 2015 16:59:24 GMT
56
+ recorded_at: Thu, 17 Sep 2015 11:17:50 GMT
57
57
  recorded_with: VCR 2.9.3
@@ -12,7 +12,7 @@ http_interactions:
12
12
  Accept:
13
13
  - "*/*"
14
14
  User-Agent:
15
- - Aylien Text API Ruby Gem 0.3.0
15
+ - Aylien Text API Ruby Gem 0.4.0
16
16
  Content-Type:
17
17
  - application/x-www-form-urlencoded
18
18
  X-Aylien-Textapi-Application-Id:
@@ -27,7 +27,7 @@ http_interactions:
27
27
  Server:
28
28
  - openresty/1.7.7.2
29
29
  Date:
30
- - Thu, 06 Aug 2015 16:59:25 GMT
30
+ - Thu, 17 Sep 2015 11:17:49 GMT
31
31
  Content-Type:
32
32
  - application/json;charset=UTF-8
33
33
  Content-Length:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  X-Ratelimit-Limit:
38
38
  - '207000'
39
39
  X-Ratelimit-Remaining:
40
- - '206158'
40
+ - '206354'
41
41
  X-Ratelimit-Reset:
42
- - '1438905600'
42
+ - '1442534400'
43
43
  body:
44
44
  encoding: UTF-8
45
45
  string: |-
@@ -51,5 +51,5 @@ http_interactions:
51
51
  "subjectivity_confidence": 1.0
52
52
  }
53
53
  http_version:
54
- recorded_at: Thu, 06 Aug 2015 16:59:25 GMT
54
+ recorded_at: Thu, 17 Sep 2015 11:17:49 GMT
55
55
  recorded_with: VCR 2.9.3