Home
last modified time | relevance | path

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

/expo/home/api/
H A DAuthApi.ts1 import { APIV2Client } from './APIV2Client';
7 const api = new APIV2Client();
H A DAPIV2Client.ts15 export class APIV2Client { class
/expo/home/screens/DeleteAccountScreen/
H A Dutils.ts3 import { APIV2Client } from '../../api/APIV2Client';
7 apiV2Client: APIV2Client,
H A Dindex.tsx14 import { APIV2Client } from '../../api/APIV2Client';
31 const apiV2Client = new APIV2Client();
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx26 import { APIV2Client } from '../../api/APIV2Client';
243 const api = new APIV2Client();