MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
105 stars 31 forks source link

listCommits has revision parameter required (since version 2.5.0) #90

Closed tovbinm closed 3 years ago

tovbinm commented 3 years ago

For some reason listCommits has revision parameter required but it's not the way on the official API - https://bitbucketjs.netlify.app/#api-repositories-repositories_listCommits

Please fix.

MunifTanjim commented 3 years ago

Bitbucket's API Specification had that parameter as required when this library was last released. They fixed it after that.

Released v2.6.0 built from latest API Specification. Should be fixed now.

tovbinm commented 3 years ago

Thank you!