mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 10:23:26 +08:00
10ce1788a8
Update and rename readme.md to README.md |
||
---|---|---|
.. | ||
README.md | ||
rest.ps1 |
REST demo
This demo shows how to interact with the GitHub API using the Invoke-WebRequest cmdlet.
rest.ps1: Invoke-WebRequest and ConvertFrom-Json cmdlets are used to get the issues of a repo. The issues are processed as objects to find the most commented on issues.