Additional API functionality

Add your suggestions for improving Poker Mavens
Post Reply
Raventhon
Posts: 166
Joined: Thu Mar 20, 2014 3:37 pm

Additional API functionality

Post 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?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Additional API functionality

Post by Kent Briggs »

Yes, that should be easy enough to add.
Raventhon
Posts: 166
Joined: Thu Mar 20, 2014 3:37 pm

Re: Additional API functionality

Post by Raventhon »

Thanks, that'll be quite helpful on some new functions we've added.
Raventhon
Posts: 166
Joined: Thu Mar 20, 2014 3:37 pm

Re: Additional API functionality

Post 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.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Additional API functionality

Post 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.
Post Reply