Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functions Get-GitHubIssue and Get-GitHubComment #35

Merged
merged 11 commits into from Sep 25, 2017
Merged

Add functions Get-GitHubIssue and Get-GitHubComment #35

merged 11 commits into from Sep 25, 2017

Conversation

ghost
Copy link

@ghost ghost commented Sep 23, 2017

This PR implements the following functions:

  • Get-GitHubIssue: Lists issues for the authenticated user, or from a specified repository, or an individual issue.
  • Get-GitHubComment: List comments for a repo, or from an issue, or an individual comment.

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 pcgeek86 merged commit 7274aed into pcgeek86:master Sep 25, 2017
@pcgeek86
Copy link
Owner

LGTM, thank you for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant