12 """ NewsExplore Cloud Message object """
15 """ News Explore Cloud Request object.
23 @param **kwargs - Keyword arguments. Apply values to the request attributes.
49 """ Create and return the Payload of the Request. """
60 """ Create and return Array of File objects of the Request. """
65 """ News Explore Cloud Response object.
73 @param **kwargs - Keyword arguments. Apply values to the request attributes.
89 @param **kwargs - Keyword argumen.ts. Apply values to the request attributes.
90 - @ref Request.news_engine
91 - @ref Request.keywords
92 - @ref Request.exclude_titles
95 - @ref Request.num_news
102 super(NewsExplore, self).
__init__(svcname=
'news_explore', **kwargs)
news_stories
Array of story objects, where story is of structure: { title: '', content: '', puplisher: ''...
keywords
Desired keywords.
num_news
Number of news stories.
news_engine
The news search engine to use.
exclude_titles
Reject list of previously read articles, in order to avoid duplicates.