Skip to main content

NewsClient

Class Bases: object Client for news operations

Constructors

__init__

Parameters

path.client
Client

get

Get news stories by ID Retrieves news story by its ID.

Parameters

path.id
Any
The ID of the news story.
path.news_fields
List or None
default:"None"
A comma separated list of News fields to display.

Returns

GetResponse - Response data Search News Retrieves a list of News stories matching the specified search query.

Parameters

path.query
str
The search query.
path.max_results
int or None
default:"None"
The number of results to return.
path.max_age_hours
int or None
default:"None"
The maximum age of the News story to search for.
path.news_fields
List or None
default:"None"
A comma separated list of News fields to display.

Returns

SearchResponse - Response data