Private/Invoke-GetRequest.ps1
function Invoke-GetRequest($collectionPath) { Invoke-Request "GET" $collectionPath } |
function Invoke-GetRequest($collectionPath) { Invoke-Request "GET" $collectionPath } |