Searched refs:wrapFetchWithBaseUrl (Results 1 – 3 of 3) sorted by relevance
3 import { wrapFetchWithBaseUrl } from '../wrapFetchWithBaseUrl';5 describe(wrapFetchWithBaseUrl, () => {8 const next = wrapFetchWithBaseUrl(input, 'https://example.com/v2/');14 const next = wrapFetchWithBaseUrl(input, 'https://example.com/v2/');20 const next = wrapFetchWithBaseUrl(input, 'https://example.com/v2');26 const next = wrapFetchWithBaseUrl(input, 'https://example.com/v2/');36 const next = wrapFetchWithBaseUrl(input, 'https://example.com/v2');
11 export function wrapFetchWithBaseUrl(fetch: FetchLike, baseUrl: string): FetchLike { function
9 import { wrapFetchWithBaseUrl } from './wrapFetchWithBaseUrl';112 const fetchWithBaseUrl = wrapFetchWithBaseUrl(fetchWithOffline, getExpoApiBaseUrl() + '/v2/');