PowerShell/demos/rest
2020-03-24 11:08:37 -07:00
..
README.md Update and rename readme.md to README.md 2016-08-30 00:28:14 +02:00
rest.ps1 Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -07: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.