Public/Get-tsDonationInfo.ps1
function Get-tsDonationInfo { [CmdletBinding()] param() Invoke-RestMethod -Uri "https://tscache.com/lb_recent.json" } |
function Get-tsDonationInfo { [CmdletBinding()] param() Invoke-RestMethod -Uri "https://tscache.com/lb_recent.json" } |