Home
last modified time | relevance | path

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

12

/expo/packages/expo-dev-launcher/bundle/
H A DapiClient.ts21 export async function restClient<T = any>(endpoint: string, options: RequestInit = {}) {
36 const url = `${restEndpoint}${endpoint}`;
49 endpoint: string,
56 return await restClient<T>(endpoint, {
/expo/guides/releasing/
H A DVersions Endpoint.md1 # Updating the Versions endpoint
3 The [versions endpoint](https://expo.io/--/api/v2/versions) ([staging](https://staging.expo.io/--/a…
7 To update a key on staging, run `et update-versions-endpoint --sdkVersion=35.0.0 --key="myKey" --va…
20 …t these using the same `update-versions-endpoint` script using the dot notation, eg: `et update-ve…
H A DRelease Workflow.md49 …we will use throughout this process, including `expo-cli`, depend on data in the versions endpoint.
292 …building Expo Go for simulators, uploading the archive to S3 and updating URL in versions endpoint.
295 - `et update-versions-endpoint -k 'iosVersion' -v '2.19.3' --root`
296 …- `et update-versions-endpoint -k 'iosUrl' -v 'https://dpq5q02fu5f55.cloudfront.net/Exponent-2.19.…
326 ## 5.2. Add related packages to versions endpoint
355 **Why:** It's time for everything that uses the production versions endpoint to know about this new…
359 - `et update-versions-endpoint -s ${SDK_MAJOR_VERSION}.0.0 -k 'beta' -v 'true'`
435 ## 6.3. Remove beta tag from new SDK on versions endpoint
437 **Why:** Make the new SDK the default for everything that depends on the versions endpoint, eg: `ex…
441 - `et update-versions-endpoint -s ${SDK_MAJOR_VERSION}.0.0 -k 'beta' --delete`
[all …]
/expo/ios/Tests/Api/
H A DEXApiV2Tests.m27 …pectation alloc] initWithDescription:@"Shared apiv2 client should download the versions endpoint"];
32 …XCTAssertNil(error, @"Unexpected error while fetching versions endpoint: %@", error.localizedDescr…
33 … // versions endpoint doesn't conform to `data` response format, so all we can check here is
38 … XCTAssert(NO, @"EXApiV2Client wasn't able to fetch the versions endpoint");
47 // this endpoint expects an `ids` parameter, omit it on purpose
/expo/packages/expo-notifications/build/
H A DgetDevicePushTokenAsync.web.js57 endpoint: pushSubscriptionJson.endpoint, property
H A DTokens.types.d.ts9 endpoint: string;
H A DTokens.types.js.map1endpoint: string;\n keys: {\n p256dh: string;\n auth: string;\n };\n };\n}\n\n// …
H A DgetDevicePushTokenAsync.web.js.map1endpoint. (' +\n error +\n ')'\n );\n }\n const pushSubscriptionJson = pushSubs…
H A DDevicePushTokenAutoRegistration.fx.js.map1 …so that the device push token gets pushed\n * to the given registration endpoint\n * @param enable…
/expo/packages/expo-notifications/src/
H A DgetDevicePushTokenAsync.web.ts89 endpoint: pushSubscriptionJson.endpoint,
H A DTokens.types.ts13 endpoint: string;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/
H A DABI47_0_0RCTInspectorDevServerHelper.mm73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL);
78 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:endpoint];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/
H A DABI49_0_0RCTInspectorDevServerHelper.mm73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL);
78 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:endpoint];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/
H A DABI48_0_0RCTInspectorDevServerHelper.mm73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL);
78 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:endpoint];
/expo/docs/pages/archive/classic-updates/
H A Dhosting-your-app.mdx16endpoint>` in your project directory and it will output all your app’s static files to a directory…
/expo/packages/expo-auth-session/build/
H A DDiscovery.js.map1endpoint is used with every authorization grant except for the\n * implicit grant type (since an…
/expo/docs/pages/versions/unversioned/sdk/
H A Dimage.mdx119 Assuming the `app` is a variable that holds a reference to the Express server, an endpoint can be c…
H A Dauth-session.mdx79 … Instead, you should store your secret key(s) on a server and expose an endpoint that makes API ca…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dimage.mdx119 Assuming the `app` is a variable that holds a reference to the Express server, an endpoint can be c…
H A Dauth-session.mdx79 … Instead, you should store your secret key(s) on a server and expose an endpoint that makes API ca…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dimage.mdx119 Assuming the `app` is a variable that holds a reference to the Express server, an endpoint can be c…
/expo/fastlane/
H A DFastfile307 …ble to validate androidClientVersion for latest SDK version on versions endpoint: #{e.inspect}. If…
/expo/docs/pages/develop/development-builds/
H A Ddevelopment-workflows.mdx59 You can use our endpoint to generate a QR code that can be easily loaded by a development build.
/expo/docs/pages/guides/
H A Denvironment-variables.mdx9 … when building a test version of your app, or switch to a different API endpoint when building for…
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGTSpan.mm950 endpoint-on-the-path, but with appropriate adjustments taking into account
998 distance along the path algorithm. This point is the endpoint-on-the-path for
1006 calculation) between the startpoint-on-the-path and the endpoint-on-the-path.

12