en-US/about_RadioCodeCalculator.help.txt

TOPIC
    about_RadioCodeCalculator

SHORT DESCRIPTION
    PowerShell Web API client for Radio Code Calculator.

LONG DESCRIPTION
    RadioCodeCalculator talks to
    https://www.pelock.com/api/radio-code-calculator/v1

    Import the module, then either:

        using module RadioCodeCalculator
        $client = [RadioCodeCalculator]::new('YOUR-KEY')

    or:

        Import-Module RadioCodeCalculator
        $client = New-RadioCodeCalculator -ApiKey 'YOUR-KEY'

    Methods: Login, Calc, Info, List. Helper types: RadioModel,
    RadioModels, RadioErrors.

    Project page: https://www.pelock.com/products/radio-code-calculator

SEE ALSO
    New-RadioCodeCalculator