report.go
changeset 156 70aadba26338
parent 155 0c581e0108da
child 159 408aa794d9bb
--- 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 {