Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Fetch user/org repos from github #22

Closed
11 of 14 tasks
maizy opened this issue Apr 2, 2014 · 0 comments
Closed
11 of 14 tasks

Fetch user/org repos from github #22

maizy opened this issue Apr 2, 2014 · 0 comments
Milestone

Comments

@maizy
Copy link
Owner

maizy commented Apr 2, 2014


org:

https://api.github.com/orgs/{org}/repos?per_page=100&page={1, 2...}&type=private&type=open

user:

https://api.github.com/users/{org}/repos?per_page=100&page={1, 2...}&type=private&type=open

pagination header:

Link: <https://api.github.com/user/repos?page=3&per_page=100>; rel="next",
  <https://api.github.com/user/repos?page=50&per_page=100>; rel="last"
@maizy maizy added this to the 0.1 milestone Apr 2, 2014
@maizy maizy mentioned this issue Apr 2, 2014
5 tasks
maizy added a commit that referenced this issue Jun 17, 2014
maizy added a commit that referenced this issue Jun 17, 2014
maizy added a commit that referenced this issue Jun 25, 2014
maizy added a commit that referenced this issue Jun 25, 2014
maizy added a commit that referenced this issue Jun 25, 2014
maizy added a commit that referenced this issue Jul 3, 2014
maizy added a commit that referenced this issue Jul 9, 2014
maizy added a commit that referenced this issue Jul 11, 2014
maizy added a commit that referenced this issue Jul 18, 2014
maizy added a commit that referenced this issue Aug 5, 2014
maizy added a commit that referenced this issue Aug 5, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 7, 2014
maizy added a commit that referenced this issue Aug 8, 2014
maizy added a commit that referenced this issue Aug 15, 2014
maizy added a commit that referenced this issue Aug 15, 2014
maizy added a commit that referenced this issue Aug 26, 2014
maizy added a commit that referenced this issue Aug 27, 2014
maizy added a commit that referenced this issue Aug 27, 2014
maizy added a commit that referenced this issue Sep 19, 2014
maizy added a commit that referenced this issue Sep 19, 2014
maizy added a commit that referenced this issue Sep 19, 2014
maizy added a commit that referenced this issue Sep 19, 2014
maizy added a commit that referenced this issue Sep 19, 2014
@maizy maizy closed this as completed Sep 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant