Home
last modified time | relevance | path

Searched refs:wrapFetchWithBaseUrl (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/__tests__/
H A DwrapFetchWithBaseUrl-test.ts3 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');
/expo/packages/@expo/cli/src/api/rest/
H A DwrapFetchWithBaseUrl.ts11 export function wrapFetchWithBaseUrl(fetch: FetchLike, baseUrl: string): FetchLike { function
H A Dclient.ts9 import { wrapFetchWithBaseUrl } from './wrapFetchWithBaseUrl';
112 const fetchWithBaseUrl = wrapFetchWithBaseUrl(fetchWithOffline, getExpoApiBaseUrl() + '/v2/');