-
-
**Describe the bug**
When the OpenRPC document is invalid, it just rejects with unhandled promise rejection.
**To Reproduce**
```
npm run build
./build/src/cli.js -d https://raw.githubuserconte…
-
**Describe the bug**
`outDir` is always `cwd` so clients get created in current directory.
**To Reproduce**
Steps to reproduce the behavior:
1. `open-rpc-generator-client -d https://raw.githubus…
-
The fact that parameters must be named and MAY be optional even in between other required parameters seems like this open-rpc spec is thinking only of named arguments. What about positional argument s…
-
**Describe the bug**
There is currently no UI to show `links[]`
**Describe the expected result**
I expect that if I have an OpenRPC Document with `links[]` it should show up in the UI
-
### docs-react
#### What is this?
This is a react component that will render documentation for a given OpenRPC document.
**Screenshot**:
![image](https://user-images.githubusercontent.com/3645…
-
## Problem
We should have a more clear distinction between testing contexts. Further, the tests should catch issues that would otherwise result in a build that is horrifically broken being publishe…