ENZYME-APD / tapir-archicad-automation

The easiest way to use the JSON/Python API from Archicad without knowing how to code.
MIT License
54 stars 17 forks source link

New command: GetClassificationsOfElements (works for subelements too) #104

Closed tlorantfy closed 3 weeks ago

tlorantfy commented 1 month ago

The official python command GetClassificationsOfElements does not work for subelements. This new command works for both main and subelements. The input and response schema of this new command is exactly the same as the official command.

kovacsv commented 4 weeks ago

@tlorantfy seems like there is a conflict with your other change 😃

tlorantfy commented 4 weeks ago

@tlorantfy seems like there is a conflict with your other change 😃

I resolved the conflicts. One check failed but because of failed to download the devkit. @kovacsv, could you please rerun the checks? Thanks!

kovacsv commented 3 weeks ago

Merged, thank you!