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

explicitly mention supported GH streams in documentation #1467

Merged
merged 1 commit into from
Dec 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/integrations/sources/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ This Github source wraps the [Singer Github Tap](https://github.com/singer-io/ta

### Output schema

Several output streams are available from this source \(commits, issues, pull\_requests, etc.\) For a comprehensive output schema [look at the Singer tap schema files](https://github.com/singer-io/tap-github/tree/master/tap_github/schemas).
This connector outputs the following streams:
* [Assignees](https://developer.github.com/v3/issues/assignees/#list-assignees)
* [Collaborators](https://developer.github.com/v3/repos/collaborators/#list-collaborators)
* [Commits](https://developer.github.com/v3/repos/commits/#list-commits-on-a-repository)
* [Issues](https://developer.github.com/v3/issues/#list-issues-for-a-repository)
* [Pull Requests](https://developer.github.com/v3/pulls/#list-pull-requests)
* [Comments](https://developer.github.com/v3/issues/comments/#list-comments-in-a-repository)
* [Reviews](https://developer.github.com/v3/pulls/reviews/#list-reviews-on-a-pull-request)
* [Review Comments](https://developer.github.com/v3/pulls/comments)
* [Stargazers](https://developer.github.com/v3/activity/starring/#list-stargazers)

### Features

Expand Down