PowerShell/demos/rest
2020-01-13 19:15:17 +00:00
..
README.md Update and rename readme.md to README.md 2016-08-30 00:28:14 +02:00
rest.ps1 Correct case of $Matches special variable 2020-01-13 19:15:17 +00:00

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.