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

Make api version a dropdown #15

Closed
wants to merge 1 commit into from

Conversation

coolya
Copy link

@coolya coolya commented Apr 23, 2018

Made the API version a JComboBox. According to the documentation
https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html
only version "1.0" and "2.0" exist.

Made the API version a JComboBox. According to the documentation
https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html
only version "1.0" and "2.0" exist.
@justinhorton
Copy link
Contributor

I wonder if we even want to allow the API version to be changed. Particularly as we support new actions (such as approve/needs work/reactions to nested comments), we may need to use a particular API version to even make it possible. @ty1824 thoughts?

@ty1824
Copy link
Collaborator

ty1824 commented Apr 23, 2018

Yeah - I was looking at this over the weekend, changing the API version will technically require code changes for the uptake. I think for now we can remove that option and explicitly support v1.0.

@ty1824
Copy link
Collaborator

ty1824 commented Apr 23, 2018

Created #16 as a follow-up

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

Successfully merging this pull request may close these issues.

None yet

3 participants