stashy icon indicating copy to clipboard operation
stashy copied to clipboard

API core URL incorrectly determined

Open steveliem opened this issue 4 years ago • 0 comments

https://github.com/cosmin/stashy/blob/ae8c08991678c00d63ddb29fa7b26861e444229f/stashy/client.py#L73

In this specific line the code causes a 404 error, resource not found. This is because we have to add the extra 'core_api_path' string behind the '/rest/'. Then we will have the actual API base URL for Bitbucket Server.

Please fix.

steveliem avatar Jul 16 '20 09:07 steveliem