Closed vetcher closed 3 years ago
@vetcher if you are using golang there is this library to generate the openrpc document from your code: https://github.com/etclabscore/go-openrpc-reflect
Also the advanced section of the webinar is all about go-openrpc-reflect
and generating documents from code: https://open-rpc.org/webinar/
as for client generation, the language its written in is nodejs so you definitely need nodejs, dont think there will ever be a way to get away from that, just as swagger codegen requires Java. That being said, we do have plans to move each language to its own repo to be able to be composed within this repo, and be able to provide external templates like you mentioned.
Golang client support and flutter would definitely be good additions to the current generator.
As for binaries, I've played around with https://github.com/nexe/nexe but it produces quite a big binary since it has to include all of nodejs.
@vetcher Work has been started to get golang clients done. We have the generated typings already, we just need to chose a client and get the template together. If there is someone wanting to put up funding to get that done, it will happen a lot faster :).
Passing in templates is an interesting pattern and something to consider, thank you.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm in search for service schema definitions and considering to choose your ecosystem openrpc. My stack is golang backend with microservices (so go <-> go interaction important too) and flutter mobile apps. Right now this tool supports only ts and rust as I can see.
Could you help me understand: