PrimoCommit

This commit is contained in:
marco.locatelli
2023-09-20 16:26:09 +02:00
parent 8f6cc0b44e
commit 34ce3a6a9b
12 changed files with 1116 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
$head = @{"PRIVATE-TOKEN"="glpat-dQsUhS-GxNomkh1GnjHZ"}
$projectCount=1
#$callUrl = "https://gitlab.steamware.net/api/v4/projects/" + $projectCount + "/remote_mirrors"
$callUrl = "https://gitlab.steamware.net/"
$Response = Invoke-WebRequest -URI $callUrl -Headers $head -ContentType "application/json" -UseBasicParsing
Write-Output($Response)