An open API service indexing awesome lists of open source software.

https://github.com/papercutsoftware/howto-xmlrpc-clients

Code to support the "How to write xml-rpc clients" blog post
https://github.com/papercutsoftware/howto-xmlrpc-clients

Last synced: 10 months ago
JSON representation

Code to support the "How to write xml-rpc clients" blog post

Awesome Lists containing this project

README

          

# HOW TO XML-RPC Clients

This is a small repo that contains the supporting material for a recent
post on the PaperCut Developer blog.

https://blog.papercut.com/blog/2017/12/21/write-xml-rpc-clients/

In order to build the article you will the following tools installed

* m4 macro processor
* curl
* sed
* pandoc document processing tool
* a UNIX shell
* plantuml diagramming tool

In order to run all the examples you will need to install

* Python 3
* Go
* Java
* C compiler
* PHP 7