-
Notifications
You must be signed in to change notification settings - Fork 133
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
Get list of organization repositories #202
Comments
I have the same issue, this is because for the calls after the first, the url for the next page returned from github is: https://github.example.com/api/v3/organizations/49/repos?page=2 So that is The same url pattern need to be repeated for organizations url, the same as for orgs url octokat.js/src/grammar/url-validator.coffee Lines 51 to 59 in 41ddab9
|
@mokkabonna I'm hitting this same problem but unsure how to apply your suggested solution. Is there any chance you can raise a PR with the change in? |
Was this ever fixed? I'm attempting to do this now with 0.10.0 and am seeing the |
Hi there!
I got an error when I try to get a list of repositories belong to an organization.
The code is like
I got a correct result, however, octokat.js prints out a validation error.
Could you fix this?
Thanks!
The text was updated successfully, but these errors were encountered: