Hello,
I'm making this request using Basic Authentication with the credentials: user/password app
My query is:
https://api.bitbucket.org/2.0/repositories/?q=full_name+%7E+%22python%22&role=member
I'm only getting the results related to my repositories (in this case I have 2 repositories and both are retrieved) but the expected results, in this case, is to get all public repositories that contain python on its name, no just mine.
Is that possible to do that?
Thank you in advance.
It is not possible unfortunately.
In your case, the API is returning the correct repositories. The role parameter is required and the repositories that were returned are ones in which you have the role of member.
Query string to narrow down the response as per filtering and sorting. role parameter must also be specified.
https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.