You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
187 B
Common Lisp
7 lines
187 B
Common Lisp
11 years ago
|
(require 'drakma) (require 'yason) (require 'flexi-streams)
|
||
|
|
||
|
(defpackage #:cl-sendgrid
|
||
|
(:use #:cl #:drakma #:yason)
|
||
|
(:export #:send-email #:sendgrid-error #:sendgrid-error-message))
|
||
|
|