How intergrate API on Poker Mavens?

For general discussion of the Poker Mavens software
Post Reply
drobesko
Posts: 2
Joined: Thu Mar 01, 2012 10:13 am

How intergrate API on Poker Mavens?

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

Re: How intergrate API on Poker Mavens?

Post 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
drobesko
Posts: 2
Joined: Thu Mar 01, 2012 10:13 am

Re: How intergrate API on Poker Mavens?

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

Re: How intergrate API on Poker Mavens?

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