(domain: string)
| 48 | * @returns The HTTPS URL. |
| 49 | */ |
| 50 | export function convertToHTTPS(domain: string) { |
| 51 | return `https://${domain}/`; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Retrieves a list of sites associated with the specified service account from the Google Webmasters API. |