The App ID used to uniquely identify the Mendix app. The App ID can be found in the Developer Portal under the General Settings page of the app.
Note: the App ID is sometimes also called Project ID.
Create a temporary working copy by giving the branch name and optionally some options. The working copy will be based on what is in the given branch of the model repository and stored online.
The branch name to base the working copy on.
The name of the default branch is "trunk"
for Subversion repositories and "main"
for Git repositories. To specify a non-default branch for a Subversion repository, the branch name must begin with the "branches/"
prefix.
The options to use to create the working copy such as the commit ID.
the object API of the online working copy, which can be used to open and edit its contents and to commit made changes.
Delete the current app.
Note: be careful when using this, since this is permanent and will remove all data of this app.
Open an existing working copy by giving its ID.
The ID of the working copy to open.
the object API of the online working copy, which can be used to open and edit its contents and to commit made changes.
Get Repository object, including model repository info.
the object API of the model repository, which can be used to call the Public Team Server API.
Generated using TypeDoc
The object API of the Mendix app.