From cf814e11bdb9c3f7a8b4aeed61d429a28a4d66cb Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Sun, 23 Apr 2017 09:28:14 -0400 Subject: Group API endpoint function with mastodon-http --- lisp/mastodon-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-client.el') diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el index 25f303f..d422e78 100644 --- a/lisp/mastodon-client.el +++ b/lisp/mastodon-client.el @@ -41,7 +41,7 @@ (defun mastodon-client--register () "POST client to Mastodon." (mastodon-http--post - (mastodon--api-for "apps") + (mastodon-http--api "apps") '(("client_name" . "mastodon.el") ("redirect_uris" . "urn:ietf:wg:oauth:2.0:oob") ("scopes" . "read write follow") -- cgit v1.2.3