atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Add `Crowd` a new attr #1400

Closed ChowRex closed 1 month ago

ChowRex commented 1 month ago

Add a new property of class Crowd, can retrieves full details of all group memberships, see: https://docs.atlassian.com/atlassian-crowd/5.3.1/REST/#usermanagement/1/group-getAllMemberships

gonchik commented 1 month ago

@ChowRex could you wrap up without lxml please? like with bs4 ?