Skip to content

segment-integrations/jsonrpc-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsonrpc-client

Simple rpc client for json-rpc/http.

View the docs.

Example

jsonrpc.New("http://localhost:4000/rpc")
err := c.Call("Coupon.GetById", map[string]string{"id": "trial"}, &res)

License

MIT

About

Simple rpc client for json-rpc/http.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%