Private/Base.ps1
function Base { [CmdletBinding()] param ( [string]$WAPIHost, [string]$WAPIVersion, [Parameter(ValueFromRemainingArguments = $true)] $Splat ) "https://$WAPIHost/wapi/v$WAPIVersion/" } |
function Base { [CmdletBinding()] param ( [string]$WAPIHost, [string]$WAPIVersion, [Parameter(ValueFromRemainingArguments = $true)] $Splat ) "https://$WAPIHost/wapi/v$WAPIVersion/" } |