PowerShell/demos/rest/README.md
Aleksandar Nikolić f0f3afb6a6 Update and rename readme.md to README.md
Fix typos and reword the description.
2016-08-30 00:28:14 +02:00

8 lines
272 B
Markdown

## 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.