diff options
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index e6e5549..3727e45 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -34,7 +34,7 @@ :prefix "mastodon-http-" :group 'mastodon) -(defun mastodon--api-for (endpoint) +(defun mastodon-http--api (endpoint) "Return Mastondon API URL for ENDPOINT." (concat mastodon-instance-url "/api/" mastodon--api-version "/" endpoint)) |