aboutsummaryrefslogtreecommitdiff
path: root/sx-request.el
Commit message (Expand)AuthorAgeFilesLines
* Adjust request keyword creation to verify if AUTH is needed.Jonathan Leech-Pepin2014-11-171-16/+32
* Fix incorrect call to `call` rather than `request-url`Jonathan Leech-Pepin2014-11-171-1/+1
* Updated `sx-request-make` to use a consistent format for both `POST` and `GET...Jonathan Leech-Pepin2014-11-141-20/+24
* Set `sx-request-api-root` to use `https` instead of `http`.Jonathan Leech-Pepin2014-11-141-1/+1
* Clean content at the request levelSean Allred2014-11-141-1/+1
* Remove spurious lineSean Allred2014-11-121-1/+0
* Update code to new assoc-letArtur Malabarba2014-11-121-4/+5
* Simplify logical structureSean Allred2014-11-111-1/+1
* Include encoding functionsSean Allred2014-11-101-0/+1
* Proper GZIP testingSean Allred2014-11-101-17/+11
* Merge branch 'master' into initializationSean Allred2014-11-081-1/+0
|\
| * Consolidate keywords, update emailsSean Allred2014-11-081-2/+1
* | Use macroSean Allred2014-11-081-12/+10
* | Abstract out method callsSean Allred2014-11-081-67/+31
* | Implement front-end with back-endSean Allred2014-11-081-64/+7
* | Use the key for every request; no exceptionsSean Allred2014-11-081-1/+4
* | Add internal request functionSean Allred2014-11-081-0/+52
* | Re-work filtering and cachingSean Allred2014-11-081-2/+6
|/
* Refactor to use `sx-` prefixSean Allred2014-11-071-0/+194