This package browser is in early development. Mind the rough edges.

emacs-xml-rpc

XML-RPC client for Emacs

This package provides an XML-RPC client for Emacs capable of both synchronous and asynchronous method calls using the url package's async retrieval functionality. xml-rpc.el represents XML-RPC datatypes as Lisp values, automatically converting to and from the XML datastructures as needed, both for method parameters and return values, making using XML-RPC methods fairly transparent to the Lisp code.

Installation

Install the latest version of emacs-xml-rpc as follows:

guix install emacs-xml-rpc

Or install a particular version:

guix install emacs-xml-rpc@1.6.15

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.