when working with bit bucket api - i am getiing a 1000 item limitaion -
repository_branches_url = 'http:/git:7990/rest/api/1.0/projects/{project_name}/repos/{repository_name}/branches?limit=1000 .
but in my company there are ~10000 brnaches - any idea how can i get them ?
Hi Jeremy, rate limits are divided into one hour windows for both authenticated and unauthenticated requests. You can find our rate limits at Bitbucket rate limits. So you'll need to wait and make a new request every hour, as it's not possible to increase this limit.
Hope this clarifies!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.