(rawHost: unknown)
| 64 | * @throws {UnsafeGitLabHostError} when a non-empty host is structurally unsafe. |
| 65 | */ |
| 66 | export function getGitLabApiBase(rawHost: unknown): string { |
| 67 | return `https://${normalizeGitLabHost(rawHost)}/api/v4` |
| 68 | } |
no test coverage detected