-
Notifications
You must be signed in to change notification settings - Fork 4
Home
API-NG is Betfair's next generation API for developers looking to create automated betting systems or custom interfaces for themselves or for Betfair customers. Using this gem you may do calls to API-NG for fetching some interesting information about competitions, events and markets.
From version to version I was searching to best architecture solution for using API-NG. Finally I decided that best solution that is more similar to API-NG requests syntax.
Also very important thing is that all methods raises APINGException similar to API-NG when error occurred. In your application you may catch it and take some useful information about error and decide what to do. At this moment last version of this gem supports next requests:
- listCompetitions
- listCountries
- listEventTypes
- listEvents
- listMarketBook
- listMarketCatalogue
- listMarketTypes
- listTimeRanges
- listVenues
In the near future I am going add supporting the rest of methods.