atlassian-python-api
atlassian-python-api copied to clipboard
Bitbucket method decorated as property
Hi all,
I have seen that since 2-3 weeks, some methods are decorated with @property without clear reasoning. E.g. https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/bitbucket/init.py#L165C6-L165C14. This leads to
- inconsistency calling the class methods
- breaking changes since former methods are now properties
As part of this ticket, please revert this change or provide a reasoning.
Greetings, Raphael