aboutsummaryrefslogtreecommitdiff
path: root/sx-method.el
diff options
context:
space:
mode:
authorJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 08:41:37 -0500
committerJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 08:41:37 -0500
commit9da8cfb79baa8f3e40309abd1b67febd21c1bb96 (patch)
treee3aed7302cdcb2643b3cf15553bf55cc6efb82a6 /sx-method.el
parenta32e103ff075a81b34752e0027052e23a82c462b (diff)
parent1dfd91e7373160854eeb85582598e6c8cc1b3561 (diff)
Merge branch 'master' into sx-method-auth. Conflicts have been
resolved. Logic and functions have been kept from the `cl-defun` `sx-method-call` while docstrings have been updated as per #77 when possible. Conflicts: sx-auth.el sx-method.el sx-question.el sx-request.el
Diffstat (limited to 'sx-method.el')
-rw-r--r--sx-method.el5
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)