GitHub's own gh tool is really useful for things like this, as its builtin api subcommand¹ performs authenticated requests. Using that you can also see private repos and GitHub Enterprise usage is pretty seamless. Just replace HTTPie, with `gh api <endpoint>`.
back
1 comments
I've used gh daily for months and didn't even realise it had an api subcommand! Fantastic, thanks.