-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 support for Preview Review Requests API #516
Comments
Imagine the struct for "create a review request" endpoint options being named... (I'm kidding, hopefully it won't come to that.) |
Looks like Java in Go! 😄 |
Merged
It looks like #557 is related. @varadarajana, @sevki, you should coordinate to avoid duplicate work. |
dmitshur
pushed a commit
that referenced
this issue
Mar 8, 2017
Add support for an addition to the Pull Request Reviews API, the ability to manage Review Requests. GitHub announcement: https://developer.github.com/changes/2016-12-16-review-requests-api/ GitHub API docs: https://developer.github.com/v3/pulls/review_requests/ Resolves #516.
bubg-dev
pushed a commit
to bubg-dev/go-github
that referenced
this issue
Jun 16, 2017
Add support for an addition to the Pull Request Reviews API, the ability to manage Review Requests. GitHub announcement: https://developer.github.com/changes/2016-12-16-review-requests-api/ GitHub API docs: https://developer.github.com/v3/pulls/review_requests/ Resolves google#516.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Announcement:
https://developer.github.com/changes/2016-12-16-review-requests-api/
The text was updated successfully, but these errors were encountered: