atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Bad Request for pullrequests with page params #1405

Open LeoIannacone opened 4 weeks ago

LeoIannacone commented 4 weeks ago

This code:

for p in repository.pullrequests.each():
  continue

Generates this error:

HTTPError: 400 Client Error: Bad Request for url: https://api.bitbucket.org/2.0/repositories/{workspace}/{repository}/pullrequests/?page=2/
Spacetown commented 4 weeks ago

Can you post full example?