Integration Process

The integration process is multifaceted, with certain applications or parts of the integration dependent on the implementation of others. To manage this complexity, it is beneficial to divide the integration into stages, providing a clear overview of progress and identifying pending steps.

Recommended flow of the integration process

  1. Delta feed

    • Establish connection with Odds88 websocket delta feed

    • Process and store messages

    • Populate database

  2. Metadata feed

    • Establish connection

    • Process and store messages

    • Forward to Front-End

    • Reconnection should be automatically handled by integration.

  3. Bet placement

    • Create a player database.

    • Implement Odds88 bet placement endpoints.

    • Test if it is possible to send bet placement requests

    • Compare returned values with the ones in your database

  4. Settlement feed

    • Establish connection

    • Process message and apply settlement results.

    • Forward to Front-End

    • Reconnection should be automatically handled by integration.

  5. Translation feed

    • Establish connection

    • Process message

    • Call corresponding endpoint to update translation

    • Save new translation to database

Last updated