aboutsummaryrefslogtreecommitdiff
path: root/sx-request.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|/ | | | | | | | | | | | | | | | | | | | | | | | | * sx-auth.el - Use new symbolic cache access * sx-cache.el - Implement symbolic cache access * sx-filter.el - Use symbolic cache access - Compile and save filters on-demand (more work to be done to this end) * sx-question.el - Symbolic filters * sx-request.el - Protection against infinitely recursing when compiling a filter This will be re-worked into requests (a front-end function) and 'raw' requests (a back-end function). The front-end will add convenience to the back-end. * test/tests.el Remove outdated tests
* Refactor to use `sx-` prefixSean Allred2014-11-071-0/+194
A file stackexchange.el should be added for user-facing functions.