Hi all,
I am trying to retrieve all repositories that I am part of (read/write/admin/owner) - using Basic Auth.
When using this API: https://api.bitbucket.org/2.0/repositories/gioravered/
With Basic Auth - I only receive the repositories I'm the owner of.
When Using this API: https://api.bitbucket.org/2.0/users/gioravered/repositories
With Basic Auth - I get 301 Authorization response.
I know my user/password are correct because they work for the first end-point.
My question is:
How can I get my (or any other user/password user) repositories using Basic Auth.
I only have the usename and password.
Thanks a lot,
Giora.