Functions/Public/Get-SWAPIEndpoint.ps1

function Get-SWAPIEndpoint {
    [CmdletBinding()]
    param ()
    process {
        Invoke-SWAPIReq -Method Get -Path ''
    }
}