We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I haven't dug the GitHub API docs enough, but it seems there is such a thing: https://stackoverflow.com/questions/13902593/how-does-one-find-out-ones-own-repo-id
Getting repo id: https://stackoverflow.com/a/77904644
Accessing by repo ID: https://stackoverflow.com/a/74290453
As a user on StackOverflow said, it's undocumented, but GitHub support said it is supported.
Rationale for this feature:
String
owner/repo
The text was updated successfully, but these errors were encountered:
I see you have RepositoryId type and ther is an id type in repository type.
RepositoryId
But repository handler is tied up to owner/repo
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I haven't dug the GitHub API docs enough, but it seems there is such a thing: https://stackoverflow.com/questions/13902593/how-does-one-find-out-ones-own-repo-id
Getting repo id: https://stackoverflow.com/a/77904644
Accessing by repo ID: https://stackoverflow.com/a/74290453
As a user on StackOverflow said, it's undocumented, but GitHub support said it is supported.
Rationale for this feature:
String
, not any other more generic type)owner/repo
..The text was updated successfully, but these errors were encountered: