-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Labels
bitbucketAtlassian Bitbucket (Cloud or Server)Atlassian Bitbucket (Cloud or Server)
Description
The documentation in bitbucket.rst shows the function:
bitbucket.repo_list(project_key, limit=25)
It does not describe to handle the output of the function.
If I run that command and assign the output to "result" and try to print that, it shows a generator object:
<generator object BitbucketBase._get_paged at 0x0000021F7C0703C0>
Unfortunately it is absolutely unclear to me, how to decode and use the stored information in this object.
Can this be better documented please?
Metadata
Metadata
Assignees
Labels
bitbucketAtlassian Bitbucket (Cloud or Server)Atlassian Bitbucket (Cloud or Server)