Skip to content

createDefaultClientStorage is not exported #331

@jamie-bentley

Description

@jamie-bentley

According to this doc (and IModelsClient), we are supposed to be able to supply a function createDefaultClientStorage() in the constructor.

/** Function that creates a new iModel from Baseline file and prints its id to the console. */
async function createIModelFromBaselineFile(): Promise<void> {
  const iModelsClient: IModelsClient = new IModelsClient({ cloudStorage: createDefaultClientStorage() });

However, the function is not exported from @itwin/imodels-client-authoring.

To my knowledge, there is no way to access createDefaultClientStorage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions