bensteUEM / ChurchToolsAPI

Collection of Python files to use the API for ChurchTools
6 stars 3 forks source link

extend get_tags to offer simplified dict as return #93

Open bensteUEM opened 6 months ago

bensteUEM commented 6 months ago

currently get_tags returns a complete list of dicts. In order to increase complexity in https://github.com/bensteUEM/SongBeamerQS/issues/18 a simplified return dict could be helpful

rtype='original' -> passthrough rtype='id_dict' -> {'9':"tag_name", ... } rtype='name_dict' -> {"tag_name":'9', ... }