Live data from Hacker News

Show HN: GitMark – Your GitHub Report Card

gitmark.me

11–16 of 16 posts

Re: Show HN: GitMark – Your GitHub Report Card

#11

Please remove the access to Private Repositories, or make it optional.

That's what made me not do it. To be fair, I wrote a Github app once where I wanted read access to public and private repos, and I couldn't find anything in the Github API to give me specifically that. I had to request read+write for public+private, which is horribly permissive and gave me access to a bunch of stuff my app didn't need.

Re: Show HN: GitMark – Your GitHub Report Card

#12

Please remove the access to Private Repositories, or make it optional.

That's what made me not do it. To be fair, I wrote a Github app once where I wanted read access to public and private repos, and I couldn't find anything in the Github API to give me specifically that. I had to request read+write for public+private, which is horribly permissive and gave me access to a bunch of stuff my app didn't need.

Yeah, I wish there were more fine-grained controls for permissions, i.e. just let me access meta-data like stats for repos (because that's all this app really needs).
Post reply on HN