usage examples of our cloud hosted WebAPI
- clone this repository
- do you have any tool to run powershell? if not, in modern windows there are "powershell ISE" editor, use it. for advanced use, you can isntall VSCodium/VSCode/etc
- if first time with powershell, run editor with administrator previlidges and call following script to enable running of scripts downloaded form internet (not signed)
Set-ExecutionPolicy RemoteSigned
- open examples.ps1
4.1 fill header where
***
with your api clients credentials, etc - run