Registry / networking / ybbus-jsonrpc-v3

ybbus-jsonrpc-v3

JSON →
library3.1.7gogounverified

Go client for sending JSON-RPC 2.0 requests and receiving responses over HTTP.

go get github.com/ybbus/jsonrpc/v3
INSTALL
IMPORT
SIG · YBBUS-JSONRPC-V3
Y
ybbus-jsonrpc-v3
networkinggov3.1.7
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.

jsonrpc
github.com/ybbus/jsonrpc/v3

Call a JSON-RPC method with parameters.

package main import ( "fmt" "github.com/ybbus/jsonrpc/v3" ) func main() { client := jsonrpc.NewClient("https://example.com/rpc") result, _ := client.Call("subtract", []int{42, 23}) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
Amazon
1
OpenAI (training)
1
Resources
ybbus-jsonrpc-v3 — go get ybbus-jsonrpc-v3 · libregistry