averbis / averbis-python-api

Conveniently access the REST API of Averbis products using Python
Apache License 2.0
12 stars 4 forks source link

export_text_analysis is not an experimental endpoint anymore #59

Closed DavidHuebner closed 3 years ago

DavidHuebner commented 3 years ago

Describe the bug In a recent release (which one exactly?), the export_text_analysis endpoint moved away from the experimental to /rest/v1/textanalysis/projects/{projectName}/documentSources/{documentSourceName}/processes/{processName}/export. We should adjust the endpoint accordingly.

Expected behavior Export text analysis should work.

Additional context We should discuss, whether we want to support different endpoints versions depending on the build_info() or whether we only support the latest endpoint version

DavidHuebner commented 3 years ago

Closed with https://github.com/averbis/averbis-python-api/pull/65