From fa9b989e536e384ad51cdac7682c9d60b2e535af Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Thu, 20 Apr 2017 12:18:44 -0400 Subject: Cleanup mastodon-toot feature - Delete unused functions - Refactor --action function to use mastodon-http--triage --- lisp/mastodon-http.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lisp/mastodon-http.el') diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 92c876f..582f3a8 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -39,7 +39,9 @@ (concat mastodon-instance-url "/api/" mastodon--api-version "/" endpoint)) (defun mastodon--http-post (url callback args &optional headers) - "Make POST request to URL. + "This function should be phased out in favor of `mastodon-http--post'. + +Make POST request to URL. Response buffer is passed to CALLBACK function. ARGS and HEADERS alist arguments are part of the POST request." -- cgit v1.2.3