forked from Sheeprider/BitBucket-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Pull private repos for any accessible owner #2
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sometimes you need to pull data from repos that arne't owned by you, but rather by a team that you belong to.
This change uses the response.content value rather than response.text because binary content is corrupted when writing the text to the zip file during an archive operation.
This is follow up to commit 462c1be, solving the problem in the issue.py file.
Thanks, @fala. I appreciate it.
… team that user is signed up with
…l of issue and issue comment wrappers
issue_comment from issues for any accessible owner.
…er has access via teams (public or private)
Adding `Repository.team()` method. Returns repositories to which the user has access via teams (public or private). Thanks, @reece.
Adds some v2 functionality around Pull Requests. Thanks, @iashwash.
Get diff of a pull request.
Adding creation of repos through team with api v2.
This ended up going to the v2 URL for old scripts that weren't ready for that.
Owner
Author
|
@robwilkerson I got this in. |
|
Keep me informed. I'm not a sophisticated python developer so I'd love a canonical version maintained by someone with stronger skills than mine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sheeprider#15