api

For general discussion of the Poker Mavens software
Post Reply
pokerisawesome
Posts: 19
Joined: Mon Sep 01, 2008 7:12 pm

api

Post by pokerisawesome »

Result=Error
Error=Command parameter missing

So I made an api password and enaled api and when i did /api at th end of my url it says this...thoughts?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: api

Post by Kent Briggs »

pokerisawesome wrote:Result=Error
Error=Command parameter missing

So I made an api password and enaled api and when i did /api at th end of my url it says this...thoughts?
Just like the error says, you didn't include a Command parameter. Try something like this from your browser, substituting in your URL and API password:

http://127.0.0.1:8087/api?Password=bana ... er,Balance

There's also an example in the help file using both POST and GET.
Post Reply