go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

ListPullRequestsOptions does not work?

Open quantonganh opened this issue 5 years ago • 2 comments

https://github.com/go-gitea/go-sdk/blob/7d954d775498ad54b89860eb587f9692f68a1875/gitea/pull.go#L77

How does this work?

https://github.com/go-gitea/go-sdk/blob/7d954d775498ad54b89860eb587f9692f68a1875/gitea/gitea.go#L109

https://github.com/go-gitea/go-sdk/blob/7d954d775498ad54b89860eb587f9692f68a1875/gitea/gitea.go#L73

https://github.com/go-gitea/go-sdk/blob/7d954d775498ad54b89860eb587f9692f68a1875/gitea/gitea.go#L55

You passed body as a JSON to a GET request and expect it will be converted to a query string?

quantonganh avatar Apr 19 '19 04:04 quantonganh