index
:
smsmatrix
master
A CHICKEN Scheme library for sending fax or SMS messages via the SMSMatrix API.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2011-09-03
Updated meta-file for release 0.1
Peter Bex
2011-06-22
Implement fax API (which I haven't been able to test successfully and which ↵
Peter Bex
isn't supported)
2011-06-20
Always use https when a username/password is required and use the slightly ↵
Peter Bex
shorter POST syntax in trunk http-client
2011-06-09
Move aside, parens!
Peter Bex
2011-06-09
Be consistent... "incoming-only?:" is ugly as hell for a keyword
Peter Bex
2011-06-09
Map statuscode and timestamp to numbers, for convenience
Peter Bex
2011-06-09
Convert Unix timestamps to numbers
Peter Bex
2011-06-09
Allow recipients to be a list of strings, for convenience
Peter Bex
2011-06-09
Forgot license text
Peter Bex
2011-06-09
Remove debugging print
Peter Bex
2011-06-09
Nasty modification to api-request to allow for multiple alist results (the ↵
Peter Bex
sending APIs return one record for each phone number in the list or group)
2011-06-09
Add cynical note that the error messages list isn't complete
Peter Bex
2011-06-09
Add a note
Peter Bex
2011-06-09
Further simplification of auth macro, add call-with-csv-report procedure
Peter Bex
2011-06-09
Add some extra error handling procedures and status-querying procedures
Peter Bex
2011-06-06
Initial checkin. Not great yet - especially define/api needs to be improved
Peter Bex