diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 19:32:38 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 19:32:38 -0500 |
commit | 53e46a228fe78382f053cd9764b59a45ab095efb (patch) | |
tree | ec590ae91b077b7efd2d09db84c1afba6b07d170 | |
parent | 7a9fa9313a5af4bd5e227f2567b705ad7be0d203 (diff) |
Implement sx-tag--get-all
-rw-r--r-- | sx-tag.el | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -31,6 +31,13 @@ (tag.name)) "Filter used when querying tags.") +(defun sx-tag--get-all (site) + "Retrieve all tags for SITE." + (sx-method-call 'tags + :get-all t + :filter sx-tag-filter + :site "emacs")) + (defun sx-tag--get-some-tags-containing (site string) "Return at most 100 tags for SITE containing STRING. Returns an array." |