latest 2 messages by Sweet-P
+
[2017-02-26T01:34:54Z]
Sweet-P
actually, I just came across the answer...correct pagination and per_page parameters are a must!
+
[2017-02-26T01:22:20Z]
Sweet-P
I have quite a few repos starred on github.com. I'm trying to use "https://api.github.com/users/myusername/starred" to get a list of them all for later parsing. However, it's only returning 30 results out of over 200. Is there something I'm missing? Here's the cli I used " curl https://api.github.com/users/myusername/starred | jq -r '.[].git_url' "