aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-08-18 11:43:46 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-08-18 11:43:46 +0200
commit1cd94d7ee146b14c8fc97420ff57aa2205bc2e58 (patch)
tree3c6ff77dbb1df65effc40821493f72becf256668 /lisp/mastodon-http.el
parent4dce2b78efbe9045379171b1c6a82bc25c5ef83d (diff)
mastodon-http--api-search -> mastodon-http--api-v2
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r--lisp/mastodon-http.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index 2635eef..1b624ee 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -57,10 +57,6 @@ Optionally specify VERSION in format vX."
"Return Mastodon API v2 URL for ENDPOINT."
(mastodon-http--api endpoint "v2"))
-(defun mastodon-http--api-search ()
- "Return Mastodon API url for the /search endpoint (v2)."
- (format "%s/api/v2/search" mastodon-instance-url))
-
(defun mastodon-http--response ()
"Capture response buffer content as string."
(with-current-buffer (current-buffer)