サブモジュール
モジュールの内容
このモジュールは、X API の communities エンドポイントへのアクセスを提供します communities-related のすべての機能の主要なエントリポイントとして機能します。class xdk.communities.CommunitiesClient
communities 操作向けのクライアント
パラメーター
Client
__init__
パラメーター
Client
get_by_id
Get Community by ID
Retrieves details of a specific Community by its ID.
パラメーター
Any
The ID of the Community.
List or None
default:"None"
A comma separated list of Community fields to display.
戻り値
GetByIdResponse - Response data
search
Search Communities
次の一覧を取得します: Communities matching the specified search query.
パラメーター
str
Query to search communities.
int or None
default:"None"
The maximum number of search results to be returned by a request.
Any or None
default:"None"
This parameter is used to get the next ‘page’ of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.
Any or None
default:"None"
This parameter is used to get the next ‘page’ of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified.
List or None
default:"None"
A comma separated list of Community fields to display.
戻り値
IteratorSearchResponse