Skip to content

Instantly share code, notes, and snippets.

@dubiouscript
Last active June 17, 2019 16:45
Show Gist options
  • Save dubiouscript/bf850388b51a35dffdbc09094621b483 to your computer and use it in GitHub Desktop.
Save dubiouscript/bf850388b51a35dffdbc09094621b483 to your computer and use it in GitHub Desktop.
datamonger-er-ing
# list tag info .. inc date
curl -nsSig -H 'Accept: application/vnd.github.v3+json' -H 'Content-Type: application/json' -X GET https://api.github.com/repos/Jermolene/TiddlyWiki5/git/tags/6821fe4d89dd3aa6937ae772b66e0edae4bd3d2b
# list tag's url from reff
curl -nsg -H 'Accept: application/vnd.github.v3+json' -H 'Content-Type: application/json' -X GET https://api.github.com/repos/Jermolene/TiddlyWiki5/git/refs/tags| jq '.[].object.url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment