Page 1 of 1

Rake info API?

Posted: Mon Feb 20, 2012 7:42 am
by Gamebler
hi i want api for show all rake info tnx

Re: Rake info API?

Posted: Mon Feb 20, 2012 10:45 am
by Kent Briggs
Gamebler wrote:hi i want api for show all rake info tnx
What rake info are you referring to exactly? See the help file under Technical Information | API for these commands regarding the master Rake and Entry Fee accounts:
SystemEntryFeeDec, SystemEntryFeeGet, SystemEntryFeeInc, SystemEntryFeeSet, SystemRakeDec, SystemRakeGet, SystemRakeInc, SystemRakeSet

http://www.briggsoft.com/docs/pmavens/PMHelp.htm

For a breakdown of rake by player and/or table, see the Rake Stats utility program:

http://www.briggsoft.com/docs/pmavens/U ... s.htm#rake

Re: Rake info API?

Posted: Mon Feb 20, 2012 4:48 pm
by Gamebler
i want show rake balance in browser with api...

Re: Rake info API?

Posted: Mon Feb 20, 2012 5:37 pm
by Kent Briggs
Gamebler wrote:i want show rake balance in browser with api...
SystemRakeGet is the API command. You can enter it directly in your browser without writing a script like this:

http://127.0.0.1:8087/api?Command=Syste ... ord=123456

Substitute in your IP and API password.

Re: Rake info API?

Posted: Mon Feb 20, 2012 5:54 pm
by Gamebler
tnQ