aylien_news_api 5.1.1 → 5.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +94 -31
  3. data/aylien_news_api.gemspec +1 -1
  4. data/docs/Error.md +1 -1
  5. data/lib/aylien_news_api/api/default_api.rb +1 -1
  6. data/lib/aylien_news_api/api_client.rb +1 -1
  7. data/lib/aylien_news_api/api_error.rb +1 -1
  8. data/lib/aylien_news_api/configuration.rb +1 -1
  9. data/lib/aylien_news_api/models/aggregated_sentiment.rb +1 -1
  10. data/lib/aylien_news_api/models/author.rb +1 -1
  11. data/lib/aylien_news_api/models/autocomplete.rb +1 -1
  12. data/lib/aylien_news_api/models/autocompletes.rb +1 -1
  13. data/lib/aylien_news_api/models/category.rb +1 -1
  14. data/lib/aylien_news_api/models/category_links.rb +1 -1
  15. data/lib/aylien_news_api/models/category_taxonomy.rb +1 -1
  16. data/lib/aylien_news_api/models/cluster.rb +1 -1
  17. data/lib/aylien_news_api/models/clusters.rb +1 -1
  18. data/lib/aylien_news_api/models/duns_number.rb +1 -1
  19. data/lib/aylien_news_api/models/entity.rb +1 -1
  20. data/lib/aylien_news_api/models/entity_in_text.rb +1 -1
  21. data/lib/aylien_news_api/models/entity_links.rb +1 -1
  22. data/lib/aylien_news_api/models/entity_mention.rb +1 -1
  23. data/lib/aylien_news_api/models/entity_mention_index.rb +1 -1
  24. data/lib/aylien_news_api/models/entity_sentiment.rb +1 -1
  25. data/lib/aylien_news_api/models/entity_surface_form.rb +1 -1
  26. data/lib/aylien_news_api/models/error.rb +2 -2
  27. data/lib/aylien_news_api/models/error_links.rb +1 -1
  28. data/lib/aylien_news_api/models/errors.rb +1 -1
  29. data/lib/aylien_news_api/models/external_ids.rb +1 -1
  30. data/lib/aylien_news_api/models/histogram_interval.rb +1 -1
  31. data/lib/aylien_news_api/models/histograms.rb +1 -1
  32. data/lib/aylien_news_api/models/location.rb +1 -1
  33. data/lib/aylien_news_api/models/logicals.rb +1 -1
  34. data/lib/aylien_news_api/models/media.rb +1 -1
  35. data/lib/aylien_news_api/models/media_format.rb +1 -1
  36. data/lib/aylien_news_api/models/media_type.rb +1 -1
  37. data/lib/aylien_news_api/models/nested_entity.rb +1 -1
  38. data/lib/aylien_news_api/models/parameter.rb +1 -1
  39. data/lib/aylien_news_api/models/query.rb +1 -1
  40. data/lib/aylien_news_api/models/rank.rb +1 -1
  41. data/lib/aylien_news_api/models/rankings.rb +1 -1
  42. data/lib/aylien_news_api/models/related_stories.rb +1 -1
  43. data/lib/aylien_news_api/models/representative_story.rb +1 -1
  44. data/lib/aylien_news_api/models/scope.rb +1 -1
  45. data/lib/aylien_news_api/models/scope_level.rb +1 -1
  46. data/lib/aylien_news_api/models/sentiment.rb +1 -1
  47. data/lib/aylien_news_api/models/sentiment_polarity.rb +1 -1
  48. data/lib/aylien_news_api/models/sentiments.rb +1 -1
  49. data/lib/aylien_news_api/models/share_count.rb +1 -1
  50. data/lib/aylien_news_api/models/share_counts.rb +1 -1
  51. data/lib/aylien_news_api/models/source.rb +1 -1
  52. data/lib/aylien_news_api/models/stories.rb +1 -1
  53. data/lib/aylien_news_api/models/story.rb +1 -1
  54. data/lib/aylien_news_api/models/story_cluster.rb +1 -1
  55. data/lib/aylien_news_api/models/story_links.rb +1 -1
  56. data/lib/aylien_news_api/models/story_translation.rb +1 -1
  57. data/lib/aylien_news_api/models/story_translations.rb +1 -1
  58. data/lib/aylien_news_api/models/summary.rb +1 -1
  59. data/lib/aylien_news_api/models/time_series.rb +1 -1
  60. data/lib/aylien_news_api/models/time_series_list.rb +1 -1
  61. data/lib/aylien_news_api/models/trend.rb +1 -1
  62. data/lib/aylien_news_api/models/trends.rb +1 -1
  63. data/lib/aylien_news_api/models/warning.rb +1 -1
  64. data/lib/aylien_news_api/version.rb +2 -2
  65. data/lib/aylien_news_api.rb +1 -1
  66. data/spec/api/default_api_spec.rb +1 -1
  67. data/spec/api_client_spec.rb +1 -1
  68. data/spec/configuration_spec.rb +1 -1
  69. data/spec/models/aggregated_sentiment_spec.rb +1 -1
  70. data/spec/models/author_spec.rb +1 -1
  71. data/spec/models/autocomplete_spec.rb +1 -1
  72. data/spec/models/autocompletes_spec.rb +1 -1
  73. data/spec/models/category_links_spec.rb +1 -1
  74. data/spec/models/category_spec.rb +1 -1
  75. data/spec/models/category_taxonomy_spec.rb +1 -1
  76. data/spec/models/cluster_spec.rb +1 -1
  77. data/spec/models/clusters_spec.rb +1 -1
  78. data/spec/models/duns_number_spec.rb +1 -1
  79. data/spec/models/entity_in_text_spec.rb +1 -1
  80. data/spec/models/entity_links_spec.rb +1 -1
  81. data/spec/models/entity_mention_index_spec.rb +1 -1
  82. data/spec/models/entity_mention_spec.rb +1 -1
  83. data/spec/models/entity_sentiment_spec.rb +1 -1
  84. data/spec/models/entity_spec.rb +1 -1
  85. data/spec/models/entity_surface_form_spec.rb +1 -1
  86. data/spec/models/error_links_spec.rb +1 -1
  87. data/spec/models/error_spec.rb +1 -1
  88. data/spec/models/errors_spec.rb +1 -1
  89. data/spec/models/external_ids_spec.rb +1 -1
  90. data/spec/models/histogram_interval_spec.rb +1 -1
  91. data/spec/models/histograms_spec.rb +1 -1
  92. data/spec/models/location_spec.rb +1 -1
  93. data/spec/models/logicals_spec.rb +1 -1
  94. data/spec/models/media_format_spec.rb +1 -1
  95. data/spec/models/media_spec.rb +1 -1
  96. data/spec/models/media_type_spec.rb +1 -1
  97. data/spec/models/nested_entity_spec.rb +1 -1
  98. data/spec/models/parameter_spec.rb +1 -1
  99. data/spec/models/query_spec.rb +1 -1
  100. data/spec/models/rank_spec.rb +1 -1
  101. data/spec/models/rankings_spec.rb +1 -1
  102. data/spec/models/related_stories_spec.rb +1 -1
  103. data/spec/models/representative_story_spec.rb +1 -1
  104. data/spec/models/scope_level_spec.rb +1 -1
  105. data/spec/models/scope_spec.rb +1 -1
  106. data/spec/models/sentiment_polarity_spec.rb +1 -1
  107. data/spec/models/sentiment_spec.rb +1 -1
  108. data/spec/models/sentiments_spec.rb +1 -1
  109. data/spec/models/share_count_spec.rb +1 -1
  110. data/spec/models/share_counts_spec.rb +1 -1
  111. data/spec/models/source_spec.rb +1 -1
  112. data/spec/models/stories_spec.rb +1 -1
  113. data/spec/models/story_cluster_spec.rb +1 -1
  114. data/spec/models/story_links_spec.rb +1 -1
  115. data/spec/models/story_spec.rb +1 -1
  116. data/spec/models/story_translation_spec.rb +1 -1
  117. data/spec/models/story_translations_spec.rb +1 -1
  118. data/spec/models/summary_spec.rb +1 -1
  119. data/spec/models/time_series_list_spec.rb +1 -1
  120. data/spec/models/time_series_spec.rb +1 -1
  121. data/spec/models/trend_spec.rb +1 -1
  122. data/spec/models/trends_spec.rb +1 -1
  123. data/spec/models/warning_spec.rb +1 -1
  124. data/spec/spec_helper.rb +1 -1
  125. metadata +62 -62
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5de5047ef92a948536555e14d03e575aa9e3bb8a14bd9d04d07d0bc6556cd806
4
- data.tar.gz: 277b33ed85956cc8a0d2293aa7976f23e626593fb4c2e1d3672bbe6cf8bbebf7
3
+ metadata.gz: ed521ac7f54ea834a6201035617917fe2c9c5571e2f18a7523c040b88abe44c2
4
+ data.tar.gz: c37a76cfeb3ad403e15ca2ba642cc0d6d15ca18536eec7b8babea035b52a385c
5
5
  SHA512:
6
- metadata.gz: c16cbfe59d93d63e7896b3f750166dc27913682b006bb415cb208bf18616dc663e3f79dece408e683589207ff3ac2f17745cfc99e423b54502f62d4df17f3a46
7
- data.tar.gz: f09bdf2e07bcb23353dbba14ae458efa05dc5c3bbcff8739be3c80016be37934d5dd7da2ccd6b500b2f797fff9493fbce4ff1da983a495e4cd0f8ec4bcca2a4d
6
+ metadata.gz: 0e262725e668e59cb8db6b930e9da543b49bd8282945d57228def074489ae90d33385a12e25baf7b573c26bfa9f5e8091de4ec1dc705870a1f32a241077da07a
7
+ data.tar.gz: b991302db8fb63eeb3f9fdc339233ebce1e17a7c2e8c8e4460944d07c40c1406f0afbf49ae5b3ea11aa6a24070e18217aa769f191632e135c275ec84b45e636e
data/README.md CHANGED
@@ -1,22 +1,46 @@
1
- # AYLIEN News API - Ruby SDK
1
+ # aylien_news_api
2
2
 
3
- The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
3
+ AylienNewsApi - the Ruby gem for the AYLIEN News API
4
4
 
5
- Sign up at [https://newsapi.aylien.com/](https://newsapi.aylien.com/).
5
+ The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
6
6
 
7
- For more documentation see [https://newsapi.aylien.com/docs/](https://newsapi.aylien.com/docs/).
7
+
8
+ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
9
+
10
+ - API version: 5.2.2
11
+ - Package version: 5.2.2
12
+ - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
+ For more information, please visit [https://newsapi.aylien.com/](https://newsapi.aylien.com/)
8
14
 
9
15
  ## Installation
10
16
 
11
- Add this to the Gemfile:
17
+ ### Build a gem
18
+
19
+ To build the Ruby code into a gem:
20
+
21
+ ```shell
22
+ gem build aylien_news_api.gemspec
23
+ ```
24
+
25
+ Then either install the gem locally:
12
26
 
13
- gem 'aylien_news_api', '~> 3.0.0'
27
+ ```shell
28
+ gem install ./aylien_news_api-5.2.2.gem
29
+ ```
30
+
31
+ (for development, run `gem install --dev ./aylien_news_api-5.2.2.gem` to install the development dependencies)
32
+
33
+ or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
+
35
+ Finally add this to the Gemfile:
36
+
37
+ gem 'aylien_news_api', '~> 5.2.2'
14
38
 
15
39
  ### Install from Git
16
40
 
17
- If the Ruby gem is hosted at a git repository: https://github.com/aylien/aylien_newsapi_ruby, then add the following in the Gemfile:
41
+ If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
18
42
 
19
- gem 'aylien_news_api', :git => 'https://github.com/aylien/aylien_newsapi_ruby.git'
43
+ gem 'aylien_news_api', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
20
44
 
21
45
  ### Include the Ruby code directly
22
46
 
@@ -29,39 +53,44 @@ ruby -Ilib script.rb
29
53
  ## Getting Started
30
54
 
31
55
  Please follow the [installation](#installation) procedure and then run the following code:
56
+
32
57
  ```ruby
33
58
  # Load the gem
34
59
  require 'aylien_news_api'
35
60
 
36
61
  # Setup authorization
37
62
  AylienNewsApi.configure do |config|
38
- config.api_key['X-AYLIEN-NewsAPI-Application-ID'] = ENV['NEWSAPI_APP_ID']
39
- config.api_key['X-AYLIEN-NewsAPI-Application-Key'] = ENV['NEWSAPI_APP_KEY']
63
+ # Configure API key authorization: app_id
64
+ config.api_key['X-AYLIEN-NewsAPI-Application-ID'] = 'YOUR API KEY'
65
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
66
+ #config.api_key_prefix['X-AYLIEN-NewsAPI-Application-ID'] = 'Bearer'
67
+
68
+ # Configure API key authorization: app_key
69
+ config.api_key['X-AYLIEN-NewsAPI-Application-Key'] = 'YOUR API KEY'
70
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
71
+ #config.api_key_prefix['X-AYLIEN-NewsAPI-Application-Key'] = 'Bearer'
40
72
  end
41
73
 
42
74
  api_instance = AylienNewsApi::DefaultApi.new
43
-
75
+ unknown_base_type = {"$and":[{"$or":[{"body":{"$text":"Tim Cook"}},{"social.shares.count.reddit.max":{"$gte":5000,"$boost":5}}]},{"entity":{"$and":[{"name":{"$text":"Apple","$boost":2}},{"$not":[{"type":{"$eq":"Fruit"}}]}]}}]} # UNKNOWN_BASE_TYPE | /stories body schema to perform an advanced search with logical operators and nested objects.
44
76
  opts = {
45
- title: 'trump',
46
- published_at_start: "NOW-7DAYS",
47
- published_at_end: "NOW",
48
- entities_body_links_dbpedia: [
49
- 'http://dbpedia.org/resource/Donald_Trump',
50
- ],
51
- not_language: ['en'],
52
- sort_by: 'social_shares_count.facebook'
77
+ published_at_start: 'published_at_start_example', # String | This parameter is used for finding stories whose published at time is greater than the specified value. [Here](https://newsapi.aylien.com/docs/working-with-dates) you can find more information about how [to work with dates](https://newsapi.aylien.com/docs/working-with-dates).
78
+ published_at_end: 'published_at_end_example', # String | This parameter is used for finding stories whose published at time is less than the specified value. [Here](https://newsapi.aylien.com/docs/working-with-dates) you can find more information about how [to work with dates](https://newsapi.aylien.com/docs/working-with-dates).
79
+ _return: ['_return_example'], # Array<String> | This parameter is used for specifying return fields.
80
+ sort_by: 'published_at', # String | This parameter is used for changing the order column of the results. You can read about sorting results [here](https://newsapi.aylien.com/docs/sorting-results).
81
+ sort_direction: 'desc', # String | This parameter is used for changing the order direction of the result. You can read about sorting results [here](https://newsapi.aylien.com/docs/sorting-results).
82
+ cursor: '*', # String | This parameter is used for finding a specific page. You can read more about pagination of results [here](https://newsapi.aylien.com/docs/pagination-of-results).
83
+ per_page: 10 # Integer | This parameter is used for specifying number of items in each page You can read more about pagination of results [here](https://newsapi.aylien.com/docs/pagination-of-results)
53
84
  }
54
85
 
55
-
56
86
  begin
57
- result = api_instance.list_stories(opts)
58
- result.stories.each do |story|
59
- puts "#{story.title} / #{story.source.name}"
60
- end
87
+ #List Stories
88
+ result = api_instance.advanced_list_stories(unknown_base_type, opts)
89
+ p result
61
90
  rescue AylienNewsApi::ApiError => e
62
- puts "Exception when calling DefaultApi->list_stories: #{e}"
63
- puts e.response_body
91
+ puts "Exception when calling DefaultApi->advanced_list_stories: #{e}"
64
92
  end
93
+
65
94
  ```
66
95
 
67
96
  ## Documentation for API Endpoints
@@ -70,11 +99,12 @@ All URIs are relative to *https://api.aylien.com/news*
70
99
 
71
100
  Class | Method | HTTP request | Description
72
101
  ------------ | ------------- | ------------- | -------------
102
+ *AylienNewsApi::DefaultApi* | [**advanced_list_stories**](docs/DefaultApi.md#advanced_list_stories) | **POST** /stories | List Stories
73
103
  *AylienNewsApi::DefaultApi* | [**list_autocompletes**](docs/DefaultApi.md#list_autocompletes) | **GET** /autocompletes | List autocompletes
74
104
  *AylienNewsApi::DefaultApi* | [**list_clusters**](docs/DefaultApi.md#list_clusters) | **GET** /clusters | List Clusters
75
- *AylienNewsApi::DefaultApi* | [**list_coverages**](docs/DefaultApi.md#list_coverages) | **GET** /coverages | List coverages
76
105
  *AylienNewsApi::DefaultApi* | [**list_histograms**](docs/DefaultApi.md#list_histograms) | **GET** /histograms | List histograms
77
- *AylienNewsApi::DefaultApi* | [**list_related_stories**](docs/DefaultApi.md#list_related_stories) | **GET** /related_stories | List related stories
106
+ *AylienNewsApi::DefaultApi* | [**list_related_stories_get**](docs/DefaultApi.md#list_related_stories_get) | **GET** /related_stories |
107
+ *AylienNewsApi::DefaultApi* | [**list_related_stories_post**](docs/DefaultApi.md#list_related_stories_post) | **POST** /related_stories |
78
108
  *AylienNewsApi::DefaultApi* | [**list_stories**](docs/DefaultApi.md#list_stories) | **GET** /stories | List Stories
79
109
  *AylienNewsApi::DefaultApi* | [**list_time_series**](docs/DefaultApi.md#list_time_series) | **GET** /time_series | List time series
80
110
  *AylienNewsApi::DefaultApi* | [**list_trends**](docs/DefaultApi.md#list_trends) | **GET** /trends | List trends
@@ -82,18 +112,23 @@ Class | Method | HTTP request | Description
82
112
 
83
113
  ## Documentation for Models
84
114
 
115
+ - [AylienNewsApi::AggregatedSentiment](docs/AggregatedSentiment.md)
85
116
  - [AylienNewsApi::Author](docs/Author.md)
86
117
  - [AylienNewsApi::Autocomplete](docs/Autocomplete.md)
87
118
  - [AylienNewsApi::Autocompletes](docs/Autocompletes.md)
88
119
  - [AylienNewsApi::Category](docs/Category.md)
89
120
  - [AylienNewsApi::CategoryLinks](docs/CategoryLinks.md)
121
+ - [AylienNewsApi::CategoryTaxonomy](docs/CategoryTaxonomy.md)
90
122
  - [AylienNewsApi::Cluster](docs/Cluster.md)
91
123
  - [AylienNewsApi::Clusters](docs/Clusters.md)
92
- - [AylienNewsApi::Coverages](docs/Coverages.md)
93
124
  - [AylienNewsApi::DunsNumber](docs/DunsNumber.md)
94
- - [AylienNewsApi::Entities](docs/Entities.md)
95
125
  - [AylienNewsApi::Entity](docs/Entity.md)
126
+ - [AylienNewsApi::EntityInText](docs/EntityInText.md)
96
127
  - [AylienNewsApi::EntityLinks](docs/EntityLinks.md)
128
+ - [AylienNewsApi::EntityMention](docs/EntityMention.md)
129
+ - [AylienNewsApi::EntityMentionIndex](docs/EntityMentionIndex.md)
130
+ - [AylienNewsApi::EntitySentiment](docs/EntitySentiment.md)
131
+ - [AylienNewsApi::EntitySurfaceForm](docs/EntitySurfaceForm.md)
97
132
  - [AylienNewsApi::Error](docs/Error.md)
98
133
  - [AylienNewsApi::ErrorLinks](docs/ErrorLinks.md)
99
134
  - [AylienNewsApi::Errors](docs/Errors.md)
@@ -101,13 +136,21 @@ Class | Method | HTTP request | Description
101
136
  - [AylienNewsApi::HistogramInterval](docs/HistogramInterval.md)
102
137
  - [AylienNewsApi::Histograms](docs/Histograms.md)
103
138
  - [AylienNewsApi::Location](docs/Location.md)
139
+ - [AylienNewsApi::Logicals](docs/Logicals.md)
104
140
  - [AylienNewsApi::Media](docs/Media.md)
141
+ - [AylienNewsApi::MediaFormat](docs/MediaFormat.md)
142
+ - [AylienNewsApi::MediaType](docs/MediaType.md)
143
+ - [AylienNewsApi::NestedEntity](docs/NestedEntity.md)
144
+ - [AylienNewsApi::Parameter](docs/Parameter.md)
145
+ - [AylienNewsApi::Query](docs/Query.md)
105
146
  - [AylienNewsApi::Rank](docs/Rank.md)
106
147
  - [AylienNewsApi::Rankings](docs/Rankings.md)
107
148
  - [AylienNewsApi::RelatedStories](docs/RelatedStories.md)
108
149
  - [AylienNewsApi::RepresentativeStory](docs/RepresentativeStory.md)
109
150
  - [AylienNewsApi::Scope](docs/Scope.md)
151
+ - [AylienNewsApi::ScopeLevel](docs/ScopeLevel.md)
110
152
  - [AylienNewsApi::Sentiment](docs/Sentiment.md)
153
+ - [AylienNewsApi::SentimentPolarity](docs/SentimentPolarity.md)
111
154
  - [AylienNewsApi::Sentiments](docs/Sentiments.md)
112
155
  - [AylienNewsApi::ShareCount](docs/ShareCount.md)
113
156
  - [AylienNewsApi::ShareCounts](docs/ShareCounts.md)
@@ -116,10 +159,30 @@ Class | Method | HTTP request | Description
116
159
  - [AylienNewsApi::Story](docs/Story.md)
117
160
  - [AylienNewsApi::StoryCluster](docs/StoryCluster.md)
118
161
  - [AylienNewsApi::StoryLinks](docs/StoryLinks.md)
162
+ - [AylienNewsApi::StoryTranslation](docs/StoryTranslation.md)
119
163
  - [AylienNewsApi::StoryTranslations](docs/StoryTranslations.md)
120
- - [AylienNewsApi::StoryTranslationsEn](docs/StoryTranslationsEn.md)
121
164
  - [AylienNewsApi::Summary](docs/Summary.md)
122
165
  - [AylienNewsApi::TimeSeries](docs/TimeSeries.md)
123
166
  - [AylienNewsApi::TimeSeriesList](docs/TimeSeriesList.md)
124
167
  - [AylienNewsApi::Trend](docs/Trend.md)
125
168
  - [AylienNewsApi::Trends](docs/Trends.md)
169
+ - [AylienNewsApi::Warning](docs/Warning.md)
170
+
171
+
172
+ ## Documentation for Authorization
173
+
174
+
175
+ ### app_id
176
+
177
+
178
+ - **Type**: API key
179
+ - **API key parameter name**: X-AYLIEN-NewsAPI-Application-ID
180
+ - **Location**: HTTP header
181
+
182
+ ### app_key
183
+
184
+
185
+ - **Type**: API key
186
+ - **API key parameter name**: X-AYLIEN-NewsAPI-Application-Key
187
+ - **Location**: HTTP header
188
+
@@ -5,7 +5,7 @@
5
5
 
6
6
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
7
7
 
8
- The version of the OpenAPI document: 5.1.1
8
+ The version of the OpenAPI document: 5.2.2
9
9
  Contact: support@aylien.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 5.0.0-SNAPSHOT
data/docs/Error.md CHANGED
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
  **detail** | **String** | | [optional]
9
9
  **id** | **String** | | [optional]
10
10
  **links** | [**ErrorLinks**](ErrorLinks.md) | | [optional]
11
- **status** | **String** | | [optional]
11
+ **status** | **Float** | | [optional]
12
12
  **title** | **String** | | [optional]
13
13
 
14
14
  ## Code Sample
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -45,7 +45,7 @@ module AylienNewsApi
45
45
  :'detail' => :'String',
46
46
  :'id' => :'String',
47
47
  :'links' => :'ErrorLinks',
48
- :'status' => :'String',
48
+ :'status' => :'Float',
49
49
  :'title' => :'String'
50
50
  }
51
51
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #The AYLIEN News API is the most powerful way of sourcing, searching and syndicating analyzed and enriched news content. It is accessed by sending HTTP requests to our server, which returns information to your client.
5
5
 
6
- The version of the OpenAPI document: 5.1.1
6
+ The version of the OpenAPI document: 5.2.2
7
7
  Contact: support@aylien.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 5.0.0-SNAPSHOT