Public/Get-tpInfo.ps1
function Get-tpInfo { [CmdletBinding()] param() $tpResponse = Invoke-TruePoolAPI -APIEndPoint "info" -Method "GET" $tpResponse } |
function Get-tpInfo { [CmdletBinding()] param() $tpResponse = Invoke-TruePoolAPI -APIEndPoint "info" -Method "GET" $tpResponse } |