[NonGNU ELPA] Fedi version 0.4
ELPA update <[email protected]> Sat, 09 May 2026 17:07:54 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 0.4 of package Fedi has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Fedi describes itself as:
======================================
Helper functions for fediverse clients
======================================
More at https://elpa.nongnu.org/nongnu/fedi.html
## Summary:
1 fedi.el
═════════
A library to make writing clients for APIs easier.
It uses code originally ported from [mastodon.el] to make it easy to
write requests for JSON APIs and build client interfaces.
[mastodon.el] <https://codeberg.org/martianh/mastodon.el>
2 http layer
════════════
The example macro `fedi-request' allows you to quickly create HTTP
requests to API endpoints, with parameters automatically constructed
and sent as form data or JSON payloads (for POST, PUT, DELETE, and
PATCH). You should write your own similar macro in your package. For a
working example, see the [lem-request] macro. That way you can handle
package-specific parameters such as authentication.
## Recent NEWS:
[Not provided 🙁]