diff options
Diffstat (limited to 'sx-method.el')
-rw-r--r-- | sx-method.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sx-method.el b/sx-method.el index 5499fb1..c5764cd 100644 --- a/sx-method.el +++ b/sx-method.el @@ -19,7 +19,10 @@ ;;; Commentary: -;; +;;; This file is effectively a common-use wrapper for +;;; `sx-request-make'. It provides higher-level handling such as +;;; (authentication, filters, ...) that `sx-request-make' doesn't need +;;; to handle. ;;; Code: (require 'json) |