Page 1 of 1

Additional API functionality

Posted: Fri Mar 13, 2015 1:33 am
by Raventhon
Kent,

With the addition of the ability to monitor on tables how long people have been sitting out for, would it be possible to add that information to the RingGamesPlaying API call? It would be useful for us to be able to monitor active players vs. sitting out players in ring games via API, which we can't currently do. Something like

{"Result":"Ok","Count":3,"Player":["Aces123","BoneCrusher","SittingOutDude"],"Chips":[430,650, 1000],"Net":[-70,150,0],"SittingOut":[0,0,15]}

in a situation where SittingOutDude has been sitting out for 15 minutes.

Adding the same thing for TournamentsPlaying would also be helpful.

Is this something that's possible?

Re: Additional API functionality

Posted: Fri Mar 13, 2015 9:41 am
by Kent Briggs
Yes, that should be easy enough to add.

Re: Additional API functionality

Posted: Fri Mar 13, 2015 10:31 pm
by Raventhon
Thanks, that'll be quite helpful on some new functions we've added.

Re: Additional API functionality

Posted: Wed Apr 01, 2015 4:42 am
by Raventhon
Any ETA on the next update? It'd be appreciated - players have realized that they can just sit out forever and be eligible for the random rewards.

Re: Additional API functionality

Posted: Wed Apr 01, 2015 10:13 am
by Kent Briggs
Raventhon wrote:Any ETA on the next update?
I've already coded that feature but I'm working on other changes. Email me if you want to test that in a beta version.