averbis / averbis-python-api

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

Extend Document Collection to list processes #68

Closed nadre closed 3 years ago

nadre commented 3 years ago

Is your feature request related to a problem? Please describe. I want to be able to list the processes belonging to a doc collection by running: doc_collection.list_processes()

Describe alternatives you've considered I can run doc_collection.project.list_processes() to see all processes of the project and then filter accordingly.

Describe the solution you'd like doc_collection.list_processes() should run doc_collection.project.list_processes() and do the filter accordingly.