ClientJS
JS-API for ModelClientV2. Can be used to perform operations on the model server and to read and write model data.
The full version data of an ModelClientV2 is not exposed because most parts model API are not exposed to JS yet. See https://issues.modelix.org/issue/MODELIX-962
Functions
Fetch existing branches for a given repository from the model server.
Fetch existing repositories from the model server.
Create a repository
Provide a user ID to the model client. The user ID is used to set the author of newly created versions. See VersionInformationJS.author
Starts a replicated model for a given branch. ReplicatedModelJS.getBranch can then be used to access the replicated branch.