diff options
-rw-r--r-- | smsmatrix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |