latest 7 messages by kruncher
+
[2017-06-17T06:15:02Z]
kruncher
It doesn't feel right to loop over hundreds of packages to fetch all of their tags as separate REST requests
+
[2017-06-17T06:14:09Z]
kruncher
okay so i figured out i can get repository names, descriptions and keywords (I mean topics). The only thing I'm missing is tags
+
[2017-06-16T23:26:51Z]
kruncher
Ideally I don't want this information to be paginated since the requests will be cached in the GUI and paginated there.
+
[2017-06-16T23:25:53Z]
kruncher
least*
+
[2017-06-16T23:25:48Z]
kruncher
What approach would put the lest strain on Github in order to get this information?
+
[2017-06-16T23:25:00Z]
kruncher
For my package manager GUI I would like to get a listing of all packages on github (ideally in JSON or XML format) that have a specific keyword. For each of these I need to know the [url / title / summary / keywords / tags]
+
[2017-06-16T23:23:47Z]
kruncher
hey o/