gogs / go-gogs-client

Gogs API client in Go.
MIT License
233 stars 144 forks source link

Getting Issues for a repository via api returns only the first page set of issues #88

Closed felix-exon closed 6 years ago

felix-exon commented 6 years ago

Seems like paging is not handled in the api.

See https://github.com/gogits/go-gogs-client/wiki/Issues.

There are 11 open in my rep but the api returns only 10.

=> I was to dumb to use paging ...