Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 934 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 934 Bytes

platform-api-samples

iTwin Platform API samples

In general, folders represent themes. For example, the Administration theme contains samples about how to adminster projects, assets, etc.


How to run Power Shell samples

You need to have Power Shell (Recommended 7.0+ version).

  1. Clone this repository.
  2. Go to repository directory. e.g. cd platform-api-samples.
  3. Go to sample directory. e.g. cd Administration.
  4. 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.