bitbucketcli
bitbucketcli copied to clipboard
Command Line interface to bitbucket.org
Cleaned and refactored README for better readability.
The posted data needs to be sent as a dictionary with the desired options/values , currently it only sends the content argument received and is sent as a plain string...
When calling the issue-edit command, there is a KeyError raised when trying to get the value from the returned data json with the "comment_count" key at the Editissue class in...
The api endpoint for the commit comments command returns a JSON array which contains deleted and not deleted comments , after getting this response the program iterates through all of...