Streamline management of API collections #1

Merged
administrator merged 43 commits from feature/script-autogenerate-http into main 2026-08-19 14:54:42 +02:00
Showing only changes of commit 08b418c513 - Show all commits
+2
View File
@@ -1,3 +1,5 @@
#requires -Modules powershell-yaml
param(
[string]$StartDir = (Split-Path -Parent $MyInvocation.MyCommand.Path)
)