archan937/jsonv.sh

Quering GitHub API

Opened this issue · 0 comments

Dear Paul,

thank you very much for this great tool!

In my EC public service project, I use it to evaluate commit log to GitHub repositories, but cannot manage it beyond this simple query:

curl -Ls https://api.github.com/repos/iais4ep/fiware/commits | jsonv commit.author.date,commit.committer.name,commit.message

How would you extract user's login?