bensteUEM / ChurchToolsAPI

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

Consider making NONE defaulting attributes an optional kwarg instead of param #47

Open bensteUEM opened 1 year ago

bensteUEM commented 1 year ago

e.g.

file_upload(self, source_filepath, domain_type, domain_identifier,
                      custom_file_name=None,
bensteUEM commented 1 year ago

Also applies to def edit_song(self, song_id: int, songcategory_id=None, title=None, author=None, copyright=None, ccli=None, practice_yn=None, ):