Closed InAnYan closed 1 month ago
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
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
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
..