Skip to main content

Submodules

Module contents

This module provides access to the news endpoints of the X API and serves as the main entry point for all news-related functionality.

class xdk.news.NewsClient

Client for news operations

Parameters

path.client
Client

__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