taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
270 stars 163 forks source link

Issue #114. breaking change! getIssues(params map) method in IssueManage... #188

Closed alexeyOnGitHub closed 9 years ago

alexeyOnGitHub commented 9 years ago

...r now does not handle paging automatically.

this means you can set "limit" and "offset" parameters yourself.

alexeyOnGitHub commented 9 years ago

I guess I could a default limit&offset parameters if they are not specified, but it is hard to estimate if that is a good idea given that I do not have any use-cases for this method...