go-gogs-client
go-gogs-client copied to clipboard
[WIP] API support for pull requests
This PR provides initial API support for pull requests (get, list, create, edit, merge).
Modifications have been made to the existing PullRequest struct to bring it more in line with the Github API.
Please see gogits/gogs#2253 for the discussion regarding this portion of the API