Home
last modified time | relevance | path

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

/expo/home/api/
H A DAPIV2Client.ts16 private async sendApiV2Request<TData>(route: string, options: SendOptions): Promise<TData> { method in APIV2Client
100 return await this.sendApiV2Request(route, newOptions);
123 return await this.sendApiV2Request(route, newOptions);
130 return await this.sendApiV2Request(route, options);