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

#15 update bitbucket api #21

Merged
merged 2 commits into from
Jun 27, 2019
Merged

#15 update bitbucket api #21

merged 2 commits into from
Jun 27, 2019

Conversation

vctr-dev
Copy link
Collaborator

This updates the bitbucket API from 1.0 to 2.0.

No breaking changes on the user interface. Reasons for the various changes are in the commit message.

Any HTTP status code that is above 200 is a success.
v2.0 requires us to use structured json payload. We are not sending
attachments, so having formData (and using multipart/form-data) does not
provide us any benefits, and we are unable to send structured data using
that format.
@vctr-dev vctr-dev requested a review from KurtWagner June 27, 2019 06:37
@vctr-dev vctr-dev self-assigned this Jun 27, 2019
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 73.684% when pulling a6cff02 on victorzchan:#15-update-bitbucket-api into 1ca747c on KurtWagner:master.

@vctr-dev vctr-dev merged commit b5a0735 into KurtWagner:master Jun 27, 2019
@vctr-dev vctr-dev deleted the #15-update-bitbucket-api branch June 27, 2019 09:31
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