Working with iModelHub
Working with iModelHub directly
iModels API is available in the following set of packages:
@itwin/imodels-access-frontend
@itwin/imodels-access-backend
@itwin/imodels-client-authoring
@itwin/imodels-client-management
These client libraries contain TypeScript classes and other types that can be used by both frontends and backends. Any method that requires access to the file system will have to be run in the backend.
iModelHub API covers basic calls to iModelHub that are part of larger workflows. For any calls that require working with actual iModel files, you should use backend classes.
Before you start
Working through backend classes
Working through clients package
Last Updated: 07 January, 2022