{{extends "../layouts/base"}} {{block title()}} OpenRPC UI {{end}} {{block css()}} {{end}} {{block body()}}
This is the OpenRPC UI page. It allows you to interact with OpenRPC specifications.
Currently available specs: {{ if SpecList }}{{ len(SpecList) }}{{ else }}0{{ end }}
{{ Method.Description }}
{{ end }}Name | Type | Required | Description |
---|---|---|---|
{{ p.Name }} | {{ p.Schema.Type }} |
{{ if p.Required }}Yes{{ else }}No{{ end }} | {{ p.Description }} |
No parameters |
Name | Type | Description |
---|---|---|
{{ Method.Result.Name }} | {{ Method.Result.Schema.Type }} |
{{ Method.Result.Description }} |