Michael Förderer
Michael Förderer
The limit needs to be removed from the cql arguments and the method should call _get_paged instead of a normal get. Getting the whole list is not the intention for...
It should be enough to replace the first `get` with the `get_paged`.
I think that the user should provide the data with the correct types. There can be parameters which need to be integers.
Ok, for exception handling this can be done. Next time you should use a permalink instead of a line number without a link.
> Ultimately my end goal is to get the list of commits between given datetime time-range. But this is something complete different from filtering by a commit hash. You need...
@niharmkn You're right, it's `date`. The argument is given to the paged API as it's documented by Atlassian.
> @djgoku library supports for the querying and seems that functionality of querying for `each` function in commits was not working for any of the commit field. Is there any...
Python uses his own certificates. To use the system certificates you can run `python3 -m pip install pip-system-certs`.
Can you activate the debug logging or add a print of `data` as first line this function? https://github.com/atlassian-api/atlassian-python-api/blob/96e0cd19fe131d6f29217e61378e7f2bd0f22199/atlassian/bitbucket/cloud/repositories/commits.py#L62-L63
Can you run `curl https://api.bitbucket.org/2.0/repositories/m8fintech/prdx-market-maker/commits/01fafc5ac686d3100cb5364a9b1bc65d9c36603e`? According to https://developer.atlassian.com/cloud/bitbucket/rest/api-group-commits/#api-repositories-workspace-repo-slug-commit-commit-get this should return a hash but in your log it is a list of commits.