Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Added user parameter to the repository get method#22

Open
guyzmo wants to merge 1 commit intoSheeprider:masterfrom
guyzmo:repository_get_method_fix
Open

Added user parameter to the repository get method#22
guyzmo wants to merge 1 commit intoSheeprider:masterfrom
guyzmo:repository_get_method_fix

Conversation

@guyzmo
Copy link

@guyzmo guyzmo commented Apr 2, 2016

makes it possible to retrieve a repository from another namespace or from the user's namespace, when the user logged in with email, given that the user parameter is set with bb.get_user()[1]['username'].

This should address #6, given that the caller does:

bb.repository.get(user=bb.get_user()[1]['username'], repo_slug=repo_slug)

HTH

makes it possible to retrieve a repository from another namespace
or from the user's namespace, when the user logged in with email,
given that the user parameter is set with bb.get_user()[1]['username']
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments