Registry / networking / renier-xmlrpc

renier-xmlrpc

JSON →
library0.0.0-20191022213033-ce560eccbd00gogounverified

A Go implementation of the XML-RPC protocol for client-server communication.

go get github.com/renier/xmlrpc
INSTALL
IMPORT
SIG · RENIER-XMLRPC
R
renier-xmlrpc
networkinggov0.0.0-20191022213033-ce560eccbd00
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xmlrpc
github.com/renier/xmlrpc

Creates an XML-RPC client and calls a remote method.

package main import ( "fmt" "github.com/renier/xmlrpc" ) func main() { client, _ := xmlrpc.NewClient("http://example.com/xmlrpc") var result int client.Call("example.method", []interface{}{1, 2}, &result) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191022213033-ce560eccbd00latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
renier-xmlrpc — go get renier-xmlrpc · libregistry