Page 1 of 1
How intergrate API on Poker Mavens?
Posted: Thu Mar 01, 2012 10:29 am
by drobesko
Hi everyone, sorry for my stupid question.
Someone can tell me how i can use API codes ?
where can i write codes ....

please some info

Re: How intergrate API on Poker Mavens?
Posted: Thu Mar 01, 2012 11:14 am
by Kent Briggs
drobesko wrote:Hi everyone, sorry for my stupid question.
Someone can tell me how i can use API codes ?
Do you have any experience with web scripting languages like PHP? If not, you would need to start by learning it or hiring a programmer to do it for your. API docs and examples are posted here:
http://www.briggsoft.com/docs/pmavens/T ... erface.htm
http://www.briggsoft.com/docs/pmavens/API_Examples.htm
Re: How intergrate API on Poker Mavens?
Posted: Thu Mar 01, 2012 11:59 am
by drobesko
i have some experience with php java html and etc ... but i cant understand how exactly integrate....
i need to where can paste files.... in directory of poker mavens server or directory in web server?
And how server make comunication with my APi

Re: How intergrate API on Poker Mavens?
Posted: Thu Mar 01, 2012 12:11 pm
by Kent Briggs
drobesko wrote:i have some experience with php java html and etc ... but i cant understand how exactly integrate....
i need to where can paste files.... in directory of poker mavens server or directory in web server?
And how server make comunication with my APi

You will need a separate web server (IIS, Apache, etc.) to host and run the PHP files. It can be located anywhere, either on the same machine as the poker server or from anyplace else since the communication is performed with standard HTTP calls. The examples I posted use the CURL extension in PHP for that.