(domain: string)
| 7 | * Gets the API endpoint for a given domain. |
| 8 | */ |
| 9 | export function getApiEndpoint(domain: string): string { |
| 10 | return `https://api.${domain}` |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * Parses an error message from a Deepnote API response. |
no outgoing calls
no test coverage detected