Public/Get-YouTubeInsights.ps1

function Get-YouTubeInsights {
  [CmdletBinding()]
  param (
  )

  begin {
  }

  process {
  }

  end {
  }
}