Skip to content

Implement support for getting repo by id#246

Merged
jacquev6 merged 1 commit into
PyGithub:developfrom
tylertreat:develop
May 4, 2014
Merged

Implement support for getting repo by id#246
jacquev6 merged 1 commit into
PyGithub:developfrom
tylertreat:develop

Conversation

@tylertreat

Copy link
Copy Markdown
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
Copy Markdown
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

jacquev6 commented May 4, 2014

Copy link
Copy Markdown
Member

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.

2 participants