Skip to content

Matthew-Burkard/openrpc-client-generator

Repository files navigation

Open-RPC Client Generator

Generate clients from Open-RPC APIs.

CLI

Client generator works with WebSocket and HTTP urls.

orpc --url ws://localhost:8000/api/v1 --lang py

Languages

Option Language
py Python
ts TypeScript