github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.6k stars 755 forks source link

list commits on a pull request seems to be missing #598

Closed otaviocx closed 3 years ago

otaviocx commented 4 years ago

Hi, devs. There is an end-point in GitHub API that is for listing the commits inside a pull request: https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request. It seems that there is no function to map that end-point in Github.js. Could you please confirm if it is missing and if not, could you please say how can I do a request to this end-point? Thanks in advance!

j-rewerts commented 3 years ago

PR #599