Last active
June 10, 2024 08:18
-
-
Save mherrmann/310faa5b2dc8c1879253915826a2b6fb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
doskey POST=curl -L --request POST https://api.winget.pro/api/v1/$1/ --user 'user:password' $* | |
POST packages \ | |
--form "name=Visual Studio Code" \ | |
--form "publisher=Microsoft Corporation" \ | |
--form "description=Free code editor" \ | |
--form identifier=XP9KHM4BK9FZ7Q | |
POST versions \ | |
--form package=30 \ | |
--form version=0.0.1 | |
POST installers \ | |
--form [email protected] \ | |
--form architecture=x86 \ | |
--form type=exe \ | |
--form scope=user \ | |
--form version=40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment