Skip to content

Commit

Permalink
explicitly mention supported GH streams in documentation (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Dec 29, 2020
1 parent a9cf5f7 commit 94415a1
Showing 1 changed file with 10 additions and 1 deletion.
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

0 comments on commit 94415a1

Please sign in to comment.