quarkiverse / quarkus-json-rpc

JsonRPC over WebSocket services with Quarkus
https://docs.quarkiverse.io/quarkus-json-rpc/dev/
Apache License 2.0
2 stars 3 forks source link

DRAFT: OpenRPC \w DevUI #36

Open indiealexh opened 2 months ago

indiealexh commented 2 months ago

Draft PR to keep track of progress and refinements to adding OpenRPC schema file generation and DevUI tools

phillip-kruger commented 2 months ago

We also need to decide and stick to either jsonRPC or jsonRpc for class names.

indiealexh commented 2 months ago

We also need to decide and stick to either jsonRPC or jsonRpc for class names.

Good point. I see an argument for either, my preference is for jsonRpc & openRpc since there is a clearer visual divide between the next word in a name, e.g. OpenRpcConfig vs OpenRPCConfig

phillip-kruger commented 2 months ago

Cool, I am happy with either, as long as we are consistent