From 28ae902648a806cbb1f861fd79e1c2d55eb39597 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 9 Jun 2011 21:08:17 +0200 Subject: Add a note --- smsmatrix.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smsmatrix.scm b/smsmatrix.scm index 4047b4a..d7ed7c9 100644 --- a/smsmatrix.scm +++ b/smsmatrix.scm @@ -180,6 +180,8 @@ (alist-ref 'timezone res) status status-text)))) +;; Not really part of the "API" as such since it returns something completely +;; different than =-separated lists of key/value pairs and "email" vs "username" (define (call-with-csv-report proc #!key username password limit incoming-only?) (let-auth 'csv-report username password (let* ((request (make-request method: 'POST -- cgit v1.2.3