| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/ |
| H A D | create_github_release.sh | 45 CREATE_RELEASE_RESPONSE=$(curl -X POST \ 68 if curl -X POST \
|
| /expo/apps/router-e2e/__e2e__/server/app/api/ |
| H A D | json+api.ts | 3 export async function POST(req: ExpoRequest): Promise<ExpoResponse> { function
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 75 val httpMethod: HttpMethod = HttpMethod.POST, 89 POST("POST"),
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 75 val httpMethod: HttpMethod = HttpMethod.POST, 89 POST("POST"),
|
| /expo/apps/router-e2e/__e2e__/server/app/ |
| H A D | methods+api.ts | 10 export function POST() { function
|
| /expo/apps/eas-expo-go/scripts/ |
| H A D | eas-build-on-success.sh | 11 -X POST \
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/modules/openFileInEditor/ |
| H A D | index.js.map | 1 …ation.host;\n\n fetch(baseUrl + '/open-stack-frame', {\n method: 'POST',\n body: JSON…
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/modules/symbolicateStackTrace/ |
| H A D | index.js.map | 1 …n const response = await fetch(baseUrl + '/symbolicate', {\n method: 'POST',\n body: JSON.s…
|
| /expo/packages/expo-router/build/onboard/ |
| H A D | createEntryFile.js.map | 1 …rver.\n return fetch(getDevServer().url + '_expo/touch', {\n method: 'POST',\n body: JSON.s…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI47_0_0RCTInspectorDevServerHelper.mm | 79 [request setHTTPMethod:@"POST"];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI49_0_0RCTInspectorDevServerHelper.mm | 79 [request setHTTPMethod:@"POST"];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI48_0_0RCTInspectorDevServerHelper.mm | 79 [request setHTTPMethod:@"POST"];
|
| /expo/docs/ui/components/Snippet/blocks/ |
| H A D | SnackInline.tsx | 79 <form action={SNACK_URL} method="POST" target="_blank" className="contents">
|
| /expo/docs/pages/eas/ |
| H A D | webhooks.mdx | 13 …e the webhook URL (or specify it with the `--url` flag) that handles HTTP POST requests. Additiona… 15 EAS calls your webhook using an HTTP POST request. All the data is passed in the request body. EAS …
|
| /expo/docs/pages/push-notifications/ |
| H A D | sending-notifications-custom.mdx | 27 Communicating with FCM is done by sending a POST request. However, before sending or receiving any … 33 method: 'POST', 104 ':method': 'POST',
|
| H A D | sending-notifications.mdx | 23 …o get the `ExpoPushToken`, you can send it to the Expo API using an HTTPS POST request. You can do… 83 To do so, send a POST request to `https://exp.host/--/api/v2/push/send` with the following HTTP hea… 95 curl -H "Content-Type: application/json" -X POST "https://exp.host/--/api/v2/push/send" -d '{ 175 To fetch the push receipts, send a POST request to `https://exp.host/--/api/v2/push/getReceipts`. T… 178 curl -H "Content-Type: application/json" -X POST "https://exp.host/--/api/v2/push/getReceipts" -d '{
|
| H A D | faq.mdx | 60 curl -H "Content-Type: application/json" -X POST "https://exp.host/--/api/v2/push/send" -d '{ 70 curl -H "Content-Type: application/json" -X POST "https://exp.host/--/api/v2/push/getReceipts" -d '{
|
| H A D | push-notifications-setup.mdx | 71 method: 'POST',
|
| /expo/packages/expo-auth-session/build/ |
| H A D | Fetch.js.map | 1 …if (fetchRequest.body) {\n if (fetchRequest.method?.toUpperCase() === 'POST') {\n request.…
|
| H A D | TokenRequest.js.map | 1 …POST',\n headers: this.getHeaders(),\n body: this.getQueryBody(),\n }\n );\n…
|
| /expo/ios/Exponent/Kernel/Api/ |
| H A D | EXApiV2Client.m | 65 httpMethodsWithBody = [NSSet setWithObjects:@"POST", @"PUT", @"PATCH", nil];
|
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.types.js.map | 1 …POST\n */\n httpMethod?: FileSystemAcceptedUploadHttpMethod;\n /**\n * A session type. Deter…
|
| /expo/docs/pages/preview/ |
| H A D | api-routes.mdx | 50 You can export any of the following functions `GET`, `POST`, `PUT`, `PATCH`, `DELETE`, `HEAD`, and … 130 export async function POST(request: ExpoRequest) {
|
| /expo/packages/expo-notifications/build/ |
| H A D | getExpoPushTokenAsync.js.map | 1 …POST',\n * headers: {\n * 'Content-Type': 'application/json',\n * },\n * body: J…
|
| /expo/packages/expo-notifications/build/utils/ |
| H A D | updateDevicePushTokenAsync.js.map | 1 …onst response = await fetch(updateDevicePushTokenUrl, {\n method: 'POST',\n headers:…
|