-
Notifications
You must be signed in to change notification settings - Fork 16
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
Implement Pull Requests API #36
Milestone
Comments
Re-opening since there's still stuff to implement:
|
Minoru
added a commit
that referenced
this issue
Nov 5, 2016
GitHub API is forced to pass some of the required parameters through POST and not the URL because these parameters are too large. We aren't constrained in this way, though, so we better make all required parameters actual arguments to our functions. This change strips us of a way to pass "body", but it will be brought back by #36.
Minoru
added a commit
that referenced
this issue
Dec 16, 2016
Minoru
added a commit
that referenced
this issue
Dec 16, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: