github-api
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
github-api [2022/07/18 19:17] – created baumi | github-api [2023/10/07 09:26] (current) – [Get Download Link for a tagged release of a given repository] baumi | ||
---|---|---|---|
Line 5: | Line 5: | ||
==== Get Download Link for latest release of a given repository ==== | ==== Get Download Link for latest release of a given repository ==== | ||
< | < | ||
+ | url=$(curl -s https:// | ||
+ | | jq -r ' | ||
</ | </ | ||
==== Get Download Link for a tagged release of a given repository ==== | ==== Get Download Link for a tagged release of a given repository ==== | ||
< | < | ||
+ | url=$(curl -s https:// | ||
+ | | jq -r ' | ||
</ | </ | ||
+ | {{tag>kb git github}} | ||
github-api.1658164671.txt.gz · Last modified: 2022/07/18 19:17 by baumi