silvio / docker-languagetool

Dockerfile for LanguageTool
Other
169 stars 46 forks source link

Clarify that routes exist on `/v2/` #25

Closed KevinDanikowski closed 3 years ago

KevinDanikowski commented 3 years ago

The error you receive when attempting to use any main route is:

Error: This is the LanguageTool API. You have not specified any parameters. Please see https://languagetool.org/http-api/swagger-ui/#/default

Which took a little while until I learned all I was missing was /v2 from the path. It would be helpful to add this to the README.

silvio commented 3 years ago

Hi @KevinDanikowski, Can you give me some context, I do not understand what is meant. However, you could also very happily create a PullRequest. :-)

Thanks

KevinDanikowski commented 3 years ago

No problem: https://github.com/silvio/docker-languagetool/pull/28

silvio commented 3 years ago

Thanks @KevinDanikowski