@itwin/clash-detection-client
Version:
Clash Detection client for the iTwin platform
21 lines • 761 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export class Constants {
}
Constants.api = {
baseUrl: "https://api.bentley.com/clashdetection",
version: "itwin-platform.v1",
};
Constants.headers = {
accept: "Accept",
authorization: "Authorization",
contentType: "ContentType",
prefer: "Prefer",
userMetadata: "Include-User-Metadata",
values: {
contentType: "application/json",
},
};
//# sourceMappingURL=Constants.js.map