github-api
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
github-api [2022/07/18 19:25] – [Get Download Link for latest release of a given repository] 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:// | + | url=$(curl -s https:// |
+ | | ||
</ | </ | ||
==== 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:// | + | url=$(curl -s https:// |
+ | | jq -r ' | ||
</ | </ | ||
+ | {{tag>kb git github}} | ||
github-api.1658165100.txt.gz · Last modified: 2022/07/18 19:25 by baumi