kenGIS / API-NG-sample-code

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. For more information about API-NG please see Getting started with API-NG documentation and developer.betfair.com.

Please note, these are not intended to be fully fledged clients and all follow an identical set of scenarios. As a result, we do not wish to extend the samples with pull requests that extend only a single language sample or add functionality not in the below scenarios.

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 in the developer samples documentation.

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.

About

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


Languages

Language:Java 46.9%Language:C# 34.8%Language:Python 5.6%Language:JavaScript 4.2%Language:PHP 3.5%Language:Shell 2.4%Language:Perl 2.1%Language:Visual Basic 0.4%