From 821864772a969a021e0bb188e066dd53ef372d19 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 16 Jun 2018 10:09:46 -0400 Subject: [PATCH] added how to work it --- Examples/TestRestAPI/TryIt.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Examples/TestRestAPI/TryIt.ps1 diff --git a/Examples/TestRestAPI/TryIt.ps1 b/Examples/TestRestAPI/TryIt.ps1 new file mode 100644 index 0000000..11b5336 --- /dev/null +++ b/Examples/TestRestAPI/TryIt.ps1 @@ -0,0 +1 @@ +Test-APIReadXls $PSScriptRoot\testlist.xlsx \ No newline at end of file