Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.