Created
August 9, 2012 15:39
-
-
Save halr9000/3305256 to your computer and use it in GitHub Desktop.
Read public gists using PowerShell (quick example)
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
# this gets even easier in v3 with the Invoke-RestMethod cmdlet | |
$uri = 'https://api.github.com/users/halr9000/gists' | |
Invoke-RestMethod -Uri $uri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment