Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API core URL incorrectly determined #160

Open
steveliem opened this issue Jul 16, 2020 · 0 comments
Open

API core URL incorrectly determined #160

steveliem opened this issue Jul 16, 2020 · 0 comments

Comments

@steveliem
Copy link

self._api_base = self._base_url + "/rest"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant