Quantcast
Channel: How do I capture the latest GitHub release of a project from the API? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Gilles Quénot for How do I capture the latest GitHub release of a...

Like this:curl -s 'https://api.github.com/repos/mozilla/geckodriver/releases/latest' | jq -r '.assets[].browser_download_url' | grep...

View Article



How do I capture the latest GitHub release of a project from the API?

I am trying to grab the download url of latest release from GitHub API page.I first need to capture all the lines which start with browser_download_url and further grab the one having linux64 in...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images