@itwin/reality-data-client
Version:
HTTP Client for the iTwin Platform Reality Management APIs
17 lines (14 loc) • 695 B
text/typescript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export * from "./RealityDataClient";
export * from "./RealityData";
export * from "./Projects";
/** @docs-package-description
* The reality-data-client package contains client wrappers for sending requests to the Reality Management API.
*/
/**
* @docs-group-description RealityData
* Classes for interacting with reality data.
*/