You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.