branch: elpa/fedi
commit 870e94879683d6d011f6274c892230790c149669
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
update commentary
---
fedi.el | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
diff --git a/fedi.el b/fedi.el
index 6b293fa1d25..52fe4aa7397 100644
--- a/fedi.el
+++ b/fedi.el
@@ -23,21 +23,15 @@
;;; Commentary:
-;; fedi.el adapts mastodon-http.el from
-;; <https://codeberg.org/martianh/mastodon.el> to make it easy to write
-;; endpoint-hitting functions for JSON APIs.
-
-;; It provides `fedi-request' to easily generate request functions, handles
-;; constructing form data parameters and sending JSON payloads (for POST/PUT,
-;; etc.).
-
-;; Responses are checked with `fedi-http--triage', and processed with
-;; `fedi-http--process-response'. If a response returns HTML, it is rendered
-;; with `shr', otherwise the JSON is pased and returned.
-
-;; Because of mastodon.el works, there is also code for handling link headers
-;; in responses. Mastodon uses these for pagination in some cases. If your
-;; service also des, you can handle them too.
+;; fedi.el provides a bunch of untility functions and macros (originally
+;; adopted from the popular mastodon.el
+;; <https://codeberg.org/martianh/mastodon.el> package) to make it easy to
+;; write clients and interfaces for for JSON APIs.
+
+;; If provides an http request library, buffer setup macro, and functions for
+;; prev/next/tab navigation, text formatting and icons, live updating
+;; timestamps, bulk buffer handling, as well as a completing-read, action, then
+;; update view set of functions, and a rich posting interface.
;;; Code: