-
Use the `open-rpc-generator` (https://github.com/open-rpc/generator) to autogenerate a rust RPC client based on the https://github.com/starkware-libs/starknet-specs and complete the mocks required to …
-
Rooch RPC interface schema: https://github.com/rooch-network/rooch/blob/main/crates/rooch-open-rpc-spec/schemas/openrpc.json
-
Using a generator on the currently deployed openrpc doc will fail with various errors (cleaning up one error will lead to a new one etc). The linked playground, once pointed to the hosted doc, will al…
-
## Example 1
function with docline:
```
// loads a new eth client
pub fn (mut e EthClient) load(args Load) ! {
_ := e.client.send_json_rpc[[]Load, string]('eth.Load', [args], eth.default_tim…
-
I have started to write a generator for Python bindings using OpenRPC specification as a source and hit the problem of parsing `oneOf` types.
Some `oneOf` types like `SystemMessageType` are simple …
-
**Describe the bug**
open-rpc provides meta-schema in following locations:
https://github.com/open-rpc/meta-schema/
and
https://meta.open-rpc.org/
Now in order to parse files based on this met…
-
## Description:
Generate an OpenRPC document from Frequency/Substrate metadata.
Former OpenAPI project document:
Ref doc [link](https://docs.google.com/document/d/1cdoc5bH8xgi2rZn1ghT5ZgkaxSCgLSY…
-
For each method, expose or generate more information from `near_bindgen` into a module of the same name of the method:
* Make the `Input` struct public.
* Copy the function's docs into tha…
-
The [openrpc](https://open-rpc.org/getting-started) api specification format is similar to but not quite the same as the json input to the stub generator. Any thoughts on making small changes to be c…
xloem updated
2 years ago
-
There's a perfectly good existing spec for describing JSON based or any other HTTP APIs, so what's the purpose of this project? Why have yet another standard with yet another set of tools to generate …