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
- Host: GitHub
- URL: https://github.com/papercutsoftware/howto-xmlrpc-clients
- Owner: PaperCutSoftware
- License: gpl-3.0
- Created: 2017-10-20T02:11:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2020-09-29T05:34:24.000Z (over 5 years ago)
- Last Synced: 2024-04-30T00:14:44.384Z (over 1 year ago)
- Language: M4
- Size: 1.88 MB
- Stars: 8
- Watchers: 33
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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