Is your feature request related to a problem? Please describe.
In major version 6, there are two new experimental endpoints for (a) deleting a pipeline and (b) for exporting the result of a text analysis (as a json).
Describe the solution you'd like
These endpoints should be supported as experimental endpoints by the API. They should only be available if the client uses the platform version 6, and otherwise a OperationNotSupported() should be thrown.
Is your feature request related to a problem? Please describe. In major version 6, there are two new experimental endpoints for (a) deleting a pipeline and (b) for exporting the result of a text analysis (as a json).
Describe the solution you'd like These endpoints should be supported as experimental endpoints by the API. They should only be available if the client uses the platform version 6, and otherwise a
OperationNotSupported()
should be thrown.Deleting Pipeline
Exporting text analysis
The export (json) looks like this
I will prepare a pull request.