/API-NG-sample-code

Code snippets in various languages to support API-NG client development

Primary LanguageJava

Betfair API-NG Code Samples

This github respository contains sample code in various languages to help customers get started with writing betfair API-NG clients.

Each of the basic language samples demonstrates a basic use case of placing a bet on the next GB Horse Racing market:

  • Find the next UK Horse Racing Win market
  • Get prices for the market
  • Place a bet on the market
  • Handle the error returned by the API when the bet fails as it is below the minimum stake size.

For the sake of simplictity and ease of understanding, these samples are not intended to show best practice for optimisations for speed or throughput.

A comprehensive description of the samples can be found here.

There is also a limited sample of login examples within the loginCode subdirectory and an Android sample app in the android subdirectory.

The sample code is not intended to be used as-is in a production environment and carries no assurances or guarantees.