Registry / networking / softlayer-xmlrpc

softlayer-xmlrpc

JSON →
library0.0.0-20200409220501-5f089df7cb7egogounverified

An XML-RPC client implementation for Go, originally developed for SoftLayer API interactions.

go get github.com/softlayer/xmlrpc
INSTALL
IMPORT
SIG · SOFTLAYER-XMLRPC
S
softlayer-xmlrpc
networkinggov0.0.0-20200409220501-5f089df7cb7e
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/softlayer/xmlrpc

Creates a new XML-RPC client and prints it.

package main import ( "fmt" "github.com/softlayer/xmlrpc" ) func main() { client, _ := xmlrpc.NewClient("https://example.com/xmlrpc", nil) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200409220501-5f089df7cb7elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
softlayer-xmlrpc — go get softlayer-xmlrpc · libregistry