Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
Lucas Cullen edited this page May 5, 2016 · 4 revisions

Welcome to the BitPoker wiki!

Messages

Messages are sent and received from client to client. A centralised API and "block explorer" will also exist for developers. The services will either be mock client messages, or API specific messages.

Client messages

Players

  • GetPlayers

Tables

  • GetTables
  • GetTable
  • BuyIn

Actions

Game play message are called actions. In Holdem, the following Enums are valid.

  • CALL
  • BET
  • RAISE
  • FOLD
Clone this wiki locally