Registry / networking / kolo-xmlrpc

kolo-xmlrpc

JSON →
library0.0.0-20220921171641-a4b6fa1dd06bgogounverified

An XML-RPC client implementation for Go, enabling remote procedure calls over HTTP.

go get github.com/kolo/xmlrpc
INSTALL
IMPORT
SIG · KOLO-XMLRPC
K
kolo-xmlrpc
networkinggov0.0.0-20220921171641-a4b6fa1dd06b
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/kolo/xmlrpc

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

package main import ( "fmt" "github.com/kolo/xmlrpc" ) func main() { client, _ := xmlrpc.NewClient("http://example.com/xmlrpc", nil) 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-20220921171641-a4b6fa1dd06blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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