summaryrefslogtreecommitdiff
path: root/granolin.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'granolin.lisp')
-rw-r--r--granolin.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/granolin.lisp b/granolin.lisp
index ab04c51..40963f5 100644
--- a/granolin.lisp
+++ b/granolin.lisp
@@ -174,11 +174,15 @@
(event-type :|type|)
(sender :|sender|))
+(def-json-wrap basic-json)
+
+
;;; URI constants for interacting with the Matrix API
(defparameter +login-path+ "/_matrix/client/r0/login")
(defparameter +sync-path+ "/_matrix/client/r0/sync")
+
;;; Utility functions and macros for making HTTP requests to the MATRIX API
(defun add-auth-header (client headers)