diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 09:28:14 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 11:09:06 -0400 |
commit | cf814e11bdb9c3f7a8b4aeed61d429a28a4d66cb (patch) | |
tree | 459183e386e4136efa476d20e82f9f89351d6d71 /lisp/mastodon-http.el | |
parent | 993fbec64edf128ba9e5a1aa61f93c385fe3be31 (diff) |
Group API endpoint function with mastodon-http
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)) |