getDomains

Function

Get the domains associated with a Hub Site.

  • getDomains(siteId: string, requestOptions: IRequestOptions | IHubRequestOptions) : Promise<any>

Parameters

Parameter Type Default Notes
siteId Required string

Identifier of the Hub Site

requestOptions Optional IRequestOptions | IHubRequestOptions

request options that may include authentication

Returns

A Promise that will resolve with the domains associated with the site.

Promise<any>

Function defined in sites/src/get-domain.ts:14