-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add rpc methods with parameters #10
Comments
Hello! Could you give me an example of RPC method with parameters so I can make some tests? Best |
hello, here's an example:
Thank you |
Below case is in particular useful where you can scrape any specific (group) statistics listed in |
Hello guys, The binrpc package can already handle this, command args need to be appended to the WritePacket function. Like this:
Implementing this in the exporter would be trivial, we could split a command by However, it would be interesting to have a more dynamic list of commands I think. Or maybe we just need to implement |
Hi, would it be possible to add rpc methods which need parameters?
Adding methods without parameters is quite easy but I'm not sure how I should proceed (I suppose some changes on the binrpc library are needed)
The text was updated successfully, but these errors were encountered: