PowerShell/demos/rest
2016-08-17 18:01:15 -07:00
..
readme.md Update rest demo (#1854) 2016-08-17 18:01:15 -07:00
rest.ps1 Update rest demo (#1854) 2016-08-17 18:01:15 -07:00

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.