OpenRPC support in Bevy Remote Protocol
Open
A-Dev-Tools
C-Feature
D-Complex
S-Ready-For-Implementation
X-Contentious
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
Provide a `rpc.discover` endpoint in Bevy Remote Protocol that will return the OpenRPC schema with available methods. https://spec.open-rpc.org/
It will provide two main benefits:
- discoverabbility of existing methods
- API that allows easy generation of methods into language of choice without need for handcrafted code, not limited to Rust: https://github.com/open-rpc/generator
Contributor guide
Assessment
This issue has not been assessed yet.