averbis / averbis-python-api

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

Feature/20 support experimental endpoints delete export #22

Closed DavidHuebner closed 3 years ago

DavidHuebner commented 3 years ago

Added two new experimental endpoints:

  1. For deleting an existing pipeline
  2. For exporting a text analysis process

Both endpoints are only available in the platform version 6 onwards.

DavidHuebner commented 3 years ago

Thanks @reckart for this suggestion. It is a much better solution. I have implemented it in my latest commit. @nadre has already finished a code review. Do you @reckart want to merge the pull request?