pcgeek86 / PSGitHub

This PowerShell module contains commands to manage GitHub through its REST API.
MIT License
182 stars 39 forks source link

Add functions Get-GitHubIssue and Get-GitHubComment #35

Closed ghost closed 6 years ago

ghost commented 6 years ago

This PR implements the following functions:

Both functions support all documented query parameters.

Both functions support pagination in an ad hoc way, but as you mention in #1, this should be implemented as part of the platform.

Likewise both functions construct query parameters in an ad hoc way, but that too should be part of the platform.

@pcgeek86

pcgeek86 commented 6 years ago

LGTM, thank you for the contribution!