mongodb-stitch
Version:
[](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6 lines (5 loc) • 320 B
TypeScript
declare const BASE_ROUTE = "/api/client/v2.0";
declare function getAppRoute(clientAppId: string): string;
declare function getFunctionCallRoute(clientAppId: string): string;
declare function getAppMetadataRoute(clientAppId: string): string;
export { BASE_ROUTE, getAppRoute, getFunctionCallRoute, getAppMetadataRoute };