iTwin Platform API samples
In general, folders represent themes. For example, the Administration theme contains samples about how to adminster projects, assets, etc.
You need to have Power Shell (Recommended 7.0+ version).
- Clone this repository.
- Go to repository directory. e.g.
cd platform-api-samples
. - Go to sample directory. e.g.
cd Administration
. - Run sample. e.g.
.\Get-ProjectMembers.ps1
.
or if you use VSCode you can run scripts using recommended extension in extensions.json. Just go to power shell script file and just click run button.