Constructors
constructor
• new CommunitiesClient(client): CommunitiesClient
Creates a new communities client instance
Parameters
Returns
CommunitiesClient
Defined in
communities/client.ts:102Methods
search
▸ search(query, options): Promise<Response>
Search Communities
Retrieves a list of Communities matching the specified search query.
Parameters
Returns
Promise<Response>
Promise resolving to the API response, or raw Response if requestOptions.raw is true
Defined in
communities/client.ts:147 ▸ search(query, options?): Promise<Get2CommunitiesSearchResponse>
Parameters
Returns
Promise<Get2CommunitiesSearchResponse>
Defined in
communities/client.ts:160getById
▸ getById(id, options): Promise<Response>
Get Community by ID
Retrieves details of a specific Community by its ID.
Parameters
Returns
Promise<Response>
Promise resolving to the API response, or raw Response if requestOptions.raw is true
Defined in
communities/client.ts:352 ▸ getById(id, options?): Promise<Get2CommunitiesIdResponse>
Parameters
Returns
Promise<Get2CommunitiesIdResponse>