Home
last modified time | relevance | path

Searched refs:POST (Results 1 – 25 of 42) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/
H A Dcreate_github_release.sh45 CREATE_RELEASE_RESPONSE=$(curl -X POST \
68 if curl -X POST \
/expo/apps/router-e2e/__e2e__/server/app/api/
H A Djson+api.ts3 export async function POST(req: ExpoRequest): Promise<ExpoResponse> { function
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemRecords.kt75 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 DFileSystemRecords.kt75 val httpMethod: HttpMethod = HttpMethod.POST,
89 POST("POST"),
/expo/apps/router-e2e/__e2e__/server/app/
H A Dmethods+api.ts10 export function POST() { function
/expo/apps/eas-expo-go/scripts/
H A Deas-build-on-success.sh11 -X POST \
/expo/packages/@expo/metro-runtime/build/error-overlay/modules/openFileInEditor/
H A Dindex.js.map1 …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 Dindex.js.map1 …n const response = await fetch(baseUrl + '/symbolicate', {\n method: 'POST',\n body: JSON.s…
/expo/packages/expo-router/build/onboard/
H A DcreateEntryFile.js.map1 …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 DABI47_0_0RCTInspectorDevServerHelper.mm79 [request setHTTPMethod:@"POST"];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/
H A DABI49_0_0RCTInspectorDevServerHelper.mm79 [request setHTTPMethod:@"POST"];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/
H A DABI48_0_0RCTInspectorDevServerHelper.mm79 [request setHTTPMethod:@"POST"];
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx79 <form action={SNACK_URL} method="POST" target="_blank" className="contents">
/expo/docs/pages/eas/
H A Dwebhooks.mdx13 …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 Dsending-notifications-custom.mdx27 Communicating with FCM is done by sending a POST request. However, before sending or receiving any …
33 method: 'POST',
104 ':method': 'POST',
H A Dsending-notifications.mdx23 …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 Dfaq.mdx60 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 Dpush-notifications-setup.mdx71 method: 'POST',
/expo/packages/expo-auth-session/build/
H A DFetch.js.map1 …if (fetchRequest.body) {\n if (fetchRequest.method?.toUpperCase() === 'POST') {\n request.…
H A DTokenRequest.js.map1POST',\n headers: this.getHeaders(),\n body: this.getQueryBody(),\n }\n );\n…
/expo/ios/Exponent/Kernel/Api/
H A DEXApiV2Client.m65 httpMethodsWithBody = [NSSet setWithObjects:@"POST", @"PUT", @"PATCH", nil];
/expo/packages/expo-file-system/build/
H A DFileSystem.types.js.map1POST\n */\n httpMethod?: FileSystemAcceptedUploadHttpMethod;\n /**\n * A session type. Deter…
/expo/docs/pages/preview/
H A Dapi-routes.mdx50 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 DgetExpoPushTokenAsync.js.map1POST',\n * headers: {\n * 'Content-Type': 'application/json',\n * },\n * body: J…
/expo/packages/expo-notifications/build/utils/
H A DupdateDevicePushTokenAsync.js.map1 …onst response = await fetch(updateDevicePushTokenUrl, {\n method: 'POST',\n headers:…

12