PowerShell/demos/rest/readme.md
2016-08-17 18:01:15 -07:00

248 B

Rest demo

This demo shows interacting with the Github API via Invoke-WebRequest.

rest.ps1: Invoke-WebRequest and ConvertFrom-Json are used to get the issues of a repo. The issues are processed as objects to find the most commented on issues.