| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
| |
sx-question now includes 2 authentication requiring parameters,
`question.upvoted` and `question.downvoted`. These will only be used if
access token exists.
sx-favorites still uses site-workaround pending #82.
|
|
|
|
|
|
|
|
| |
Simplify initialization since it is run at startup rather than tested
for by functions.
Clean up (sx-favorites--update-site-favorites) to provide the same
values for new sites as for existing.
|
|
|
|
|
| |
Correct file header.
Use sharp quote for function.
|
| |
|
|
|
|
|
| |
sx-favorites--user-favorite-list: Clarify docstring
(sx-favorites--ensure-favorite-list): Remove extraneous argument
|
|
|
|
|
|
| |
sx-cache-set.
Fix provides lines (missed quote on symbol).
|
|
sx-favorites--ensure-favorite-list: List of favorites in format (SITE
QUESTION_ID QUESTION_ID ...).
(sx-favorites--update-site-favorites): Update favorites for given SITE.
(sx-favorites-update): Update favorites for all networks user has an
account on.
|