bitboxer / jimson

JSON-RPC 2.0 client and server for Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Methods with dots

kke opened this issue · comments

Is there any way to call methods like "user.login"?

Yes, just use the [] method on the client object like client['user.login']

Sent from my iPhone

On Apr 21, 2012, at 8:28, Kimmo Lehtoreply@reply.github.com wrote:

Is there any way to call methods like "user.login"?


Reply to this email directly or view it on GitHub:
#12

Ok, thanks!