Searched refs:restClient (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/expo-dev-launcher/bundle/ |
| H A D | apiClient.ts | 21 export async function restClient<T = any>(endpoint: string, options: RequestInit = {}) { function 56 return await restClient<T>(endpoint, {
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | getDevSessionsAsync.ts | 3 import { restClient, restClientWithTimeout } from '../apiClient'; 87 const sessions = await restClient<{ data: DevSession[] }>(devSessionsEndpoint, {
|
| /expo/packages/expo-dev-launcher/bundle/__mocks__/ |
| H A D | apiClient.ts | 9 export const restClient = jest.fn().mockResolvedValue({ data: [] }); constant
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1188 …Property(e,"__esModule",{value:!0}),e.apiEndpoint=e.apiClient=void 0,e.restClient=b,e.restClientWi… 1217 …estClientWithTimeout)(o,n,{headers:c})).data)?l:[]:null!=(s=(yield(0,u.restClient)(o,{headers:c}))…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1189 …Property(e,"__esModule",{value:!0}),e.apiEndpoint=e.apiClient=void 0,e.restClient=b,e.restClientWi… 1218 …estClientWithTimeout)(o,n,{headers:c})).data)?l:[]:null!=(s=(yield(0,u.restClient)(o,{headers:c}))…
|