averbis / averbis-python-api

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

"payload" is called twice when creating a terminology #82

Closed Theresa93 closed 3 years ago

Theresa93 commented 3 years ago

Describe the bug

The "create_terminology" function in the Project class calls response["payload"], where response is what the internal "_create_terminology" method returns. However, the internal method already returns response["payload"].

I assume the ["payload"] in the Project class is undesired and I will open a PR for the issue.

Theresa93 commented 3 years ago

Realized this issue has already been fixed, so no changes were made.