BitbucketPHP / Client

Bitbucket API 2.0 client for PHP
MIT License
99 stars 26 forks source link

Fix show single commit request url #77

Closed stayallive closed 2 years ago

stayallive commented 2 years ago

The URL for showing a single commit is wrong causing the single commit request to actually do a list which is not as it should be 😄

See: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-commits/#api-repositories-workspace-repo-slug-commit-commit-get

GrahamCampbell commented 2 years ago

Thanks.