atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Bitbucket method decorated as property

Open r-hans opened this issue 7 months ago • 0 comments

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

r-hans avatar Apr 11 '25 10:04 r-hans