averbis / averbis-python-api

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

Use results type system instead of obtaining one from the pipeline #63

Closed reckart closed 3 years ago

reckart commented 3 years ago

Describe the refactoring action When exporting results from a process as XMI, we need a typesystem. We had used the typesystem from the pipeline associated with the process so far, but the synthetic process that is created when importing XMI files into the system is not associated with a pipeline. There is a new endpoint now to obtain the typesystem directly for a given result, so we should use that.

Expected benefit Ability to export previously imported XMI files.