aboutsummaryrefslogtreecommitdiff
path: root/sx-method.el
Commit message (Expand)AuthorAgeFilesLines
* Function quote sx-request-makeArtur Malabarba2014-11-271-1/+1
* Don't do this patch when POSTingArtur Malabarba2014-11-261-2/+8
* Make site a url argumentArtur Malabarba2014-11-261-5/+5
* Fixes #92. Change default filter from `'none` to `'(())`.Jonathan Leech-Pepin2014-11-261-1/+1
* Whitespace fixup (spaces not tabs).Jonathan Leech-Pepin2014-11-211-21/+21
* Use `\(` for ( at beginning of line in docstring.Jonathan Leech-Pepin2014-11-211-1/+1
* Use `(declare (indent 1)) in `sx-method-call`.Jonathan Leech-Pepin2014-11-211-0/+1
* Whitespace/indent fixup.Jonathan Leech-Pepin2014-11-211-38/+38
* Update docstring to reflect uses of `AUTH`.Jonathan Leech-Pepin2014-11-211-0/+15
* Merge branch 'master' into sx-method-auth. Conflicts have beenJonathan Leech-Pepin2014-11-211-1/+4
|\
| * GitHub comments -- #77Sean Allred2014-11-201-3/+2
| * Merge branch 'master' into documentationSean Allred2014-11-191-2/+10
| |\
| * | Simplify `sx-method-call'Sean Allred2014-11-181-6/+2
| * | Documentation -- part twoSean Allred2014-11-181-1/+6
| * | Documentation -- part oneSean Allred2014-11-171-5/+3
* | | Remove default site specification. Defaults to nil if notJonathan Leech-Pepin2014-11-201-2/+2
* | | sx-method-call rewritten and associated improvements in sx-request.Jonathan Leech-Pepin2014-11-201-20/+54
| |/ |/|
* | Update `sx-method-call` to use `need-auth` and `use-post` variables whenJonathan Leech-Pepin2014-11-171-2/+11
|/
* Update commentsSean Allred2014-11-081-3/+3
* Merge branch 'master' into initializationSean Allred2014-11-081-1/+0
* Abstract out method callsSean Allred2014-11-081-0/+48