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

Implement support for getting repo by id #246

Merged
merged 1 commit into from
May 4, 2014

Conversation

tylertreat
Copy link
Contributor

This allows the Github class to retrieve repos by either their full name
or id. If the user passes in an id for a repo which doesn't exist or in which
they don't have sufficient permissions, an UnknownObjectException will
be raised. This addresses issue #245.

This allows the Github class to retrieve repos by either their full name
or id. If the user passes in an id for a repo which doesn't exist or in which
they don't have sufficient permissions, an UnknownObjectException will
be raised. This addresses issue PyGithub#245.
@jacquev6
Copy link
Member

Thanks @tylertreat, this looks good; even better with the associated test!

I'll merge it and publish a new version soon, next week-end or before.

@jacquev6 jacquev6 self-assigned this Apr 23, 2014
@jacquev6 jacquev6 added this to the Version 1.25.0 milestone Apr 23, 2014
@jacquev6 jacquev6 merged commit 0ddfaac into PyGithub:develop May 4, 2014
@jacquev6
Copy link
Member

jacquev6 commented May 4, 2014

Just published https://pypi.python.org/pypi/PyGithub/1.25.0.
Thanks!

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

2 participants