Show HN: Announce and discover GitHub repos
icodedis.tool.cards
Show HN: Announce and discover GitHub repos
1–10 of 27 posts
Re: Show HN: Announce and discover GitHub repos
#2Re: Show HN: Announce and discover GitHub repos
#3This application will be able to read and write all public repository data. This includes the following:
Code Issues Pull requests Wikis Settings Webhooks and services Deploy keys
Re: Show HN: Announce and discover GitHub repos
#4Sorry to ask that annoying question that people tend to ask, but how does this differ from https://github.com/trending ?
Re: Show HN: Announce and discover GitHub repos
#5Great idea, but why in the world do you require so many write privileges?? This application will be able to read and write all public repository data. This includes the following: Code Issues Pull requests Wikis Settings Webhooks and services Deploy keys
Re: Show HN: Announce and discover GitHub repos
#6Great idea, but why in the world do you require so many write privileges?? This application will be able to read and write all public repository data. This includes the following: Code Issues Pull requests Wikis Settings Webhooks and services Deploy keys
Thanks for the feedback. This is how the auth scopes are defined for the GH API. Anything less wouldn't allow it to pull the repo info when using http://icodedis.tool.cards/#/submit
This GH app, for instance, received similar feedback and its author removed the offending scopes without losing functionality: https://news.ycombinator.com/item?id=11261953
Re: Show HN: Announce and discover GitHub repos
#7Re: Show HN: Announce and discover GitHub repos
#8Earlier quoted context omitted.
Thanks for the feedback. This is how the auth scopes are defined for the GH API. Anything less wouldn't allow it to pull the repo info when using http://icodedis.tool.cards/#/submit
I've used the GH API extensively, and this is a common misconception. The default (no scope) allows you to access public repository info (source: https://developer.github.com/apps/building-oauth-apps/unders... ). This GH app, for instance, received similar feedback and its author removed the offending scopes without losing functionality: https://news.ycombinator.com/item?id=11261953
Re: Show HN: Announce and discover GitHub repos
#9Earlier quoted context omitted.
I've used the GH API extensively, and this is a common misconception. The default (no scope) allows you to access public repository info (source: https://developer.github.com/apps/building-oauth-apps/unders... ). This GH app, for instance, received similar feedback and its author removed the offending scopes without losing functionality: https://news.ycombinator.com/item?id=11261953
Isn't this app reading the trending repos feed? I don't see where it pulls specific repo details. Anyway, I'll explore the default scope again.