Created
August 16, 2023 01:31
-
-
Save epidemicz/08e44f05496f60e267dbfe684f67cf2d to your computer and use it in GitHub Desktop.
Powershell friendly curl git release api request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L ` | |
-H "Accept: application/vnd.github+json" ` | |
-H "Authorization: Bearer <YOUR-TOKEN>" ` | |
-H "X-GitHub-Api-Version: 2022-11-28" ` | |
https://api.github.com/repos/OWNER/REPO/releases |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment