[NonGNU ELPA] Tp version 0.9
ELPA update <[email protected]> Sat, 09 May 2026 17:07:37 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 0.9 of package Tp has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Tp describes itself as:
=================================================
Utilities for transient menus that POST to an API
=================================================
More at https://elpa.nongnu.org/nongnu/tp.html
## Summary:
1 `tp.el'
═════════
Some functions, classes and methods to make it easier to create
transient menus that send complex POST, PUT, or PATCH requests to JSON
APIs.
For more about transient, see <https://github.com/magit/transient>.
NB: the code is very green so there'll likely be breaking changes.
A typical use-case is where you have a single endpoint that takes many
different parameters. It's handy for a user to be able to set all the
options, then make a single request to change all the settings on the
server. It's also expected that they'll be able to view all the
current settings on the server, and make modifications to them for
sending.
The classes and methods define some transient behaviours that make
sense for dealing with APIs:
## Recent NEWS:
[Not provided 🙁]