paazmaya / maezato

Clone all repositories of a given user at GitHub
MIT License
3 stars 2 forks source link

Support for Bitbucket #5

Open paazmaya opened 8 years ago

paazmaya commented 8 years ago

https://confluence.atlassian.com/bitbucket/account-resource-296911753.html

when getting:

GET https://bitbucket.org/api/1.0/users/{accountname} 

response JSON has "repositories" array.

paazmaya commented 8 years ago

API v2 https://confluence.atlassian.com/bitbucket/users-endpoint-423626336.html

GET https://bitbucket.org/api/2.0/repositories/{username}