Public/Get-HashiProducts.ps1



Function Get-HashiProducts {
    <#
    .SYNOPSIS
        Returns Hello world
    .DESCRIPTION
        Returns Hello world
    .EXAMPLE
        PS> Get-HelloWorld

        Runs the command
    #>


    GetHashiAPI -Endpoint "products"
}

# Get-HashiProducts