dka23 / gitlab-github-proxy

Proxy to provide GitHub-like API on top of Gitlab. Especially designed to use the JIRA DVCS connector with Gitlab.
35 stars 19 forks source link

.../pulls/<number> does not work #14

Closed dka23 closed 9 years ago

dka23 commented 9 years ago

Proxy seems to assume that this is the ID of the Pull Request, whereas the number is the IID in GitLab.

dka23 commented 9 years ago

In fact, this was not implemented at all yet