pyLanguagetool icon indicating copy to clipboard operation
pyLanguagetool copied to clipboard

Support premium access

Open janis-ax opened this issue 1 year ago • 0 comments

Client should support premium access.

It should be possible by adding the following lines into cli.py

 p.add_argument("-U", "--username", env_var="USERNAME",
                   help="username for the languagetool premium API"
                   )
    p.add_argument("-P", "--api-key", env_var="API_KEY", help="apiKey for the languagetool premium API",)

janis-ax avatar Feb 27 '24 10:02 janis-ax