diff -r 0c581e0108da -r 70aadba26338 report.go --- a/report.go Sat Apr 29 12:16:16 2017 +0200 +++ b/report.go Sat Apr 29 17:27:15 2017 +0200 @@ -14,6 +14,7 @@ ) // GetReports returns the current user's reports +// (I don't know if the limit options are used by the API server.) func (mc *Client) GetReports(lopt *LimitParams) ([]Report, error) { var reports []Report if err := mc.apiCall("reports", rest.Get, nil, lopt, nil, &reports); err != nil {