Public/Get-ApiConfig.ps1

function Get-ApiConfig {
    [CmdletBinding()]
    param ()
    $CONFIG._API
}