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

[Cloud] Prevent trailing / being added to requests to Commits if top (commit hash) is specified #1320

Closed sbgamma closed 5 months ago

sbgamma commented 5 months ago

Fix for issue #1319

Preventing the trailing / being added when a commit hash is specified via the top param will prevent 404s from the Bitbucket API.