The Go implementation of openRPC.
Go: any one of the three latest major releases.
Import the package in your code:
import "github.com/RunningIkkyu/openrpc-go"
then, go [build|run|test] will automatically fetch the package.
Otherwise, to install the openrpc-go package, run the following command:
$ go get -u github.com/RunningIkkyu/openrpc-go
TBD
- OpenRPC Get Start.
- The Specification for OpenRPC.
- The OpenRPC playground a web IDE for developers to write their open-api based documents
- Example open-rpc documents. Put one through the generator-client or playground!
- VSCode Extension.