bet: Betfair API bindings. Bet on sports on betting exchanges.
This library contains Haskell bindings to the Betfair API.
https://developer.betfair.com/default/api-s-and-services/sports-api/sports-overview/
At the moment, the 'Betting API' and 'Heartbeat API' is implemented. The 'Accounts API' is not.
See Network.Betfair.
CAUTION: These are experimental bindings. Because of the financially dangerous nature of betting, I advice you to have a contingency plan if something in the library breaks down.
In particular, check the Betfair API documentation page for which version it is at the moment. This library is written against version 2.1.
This library enforces limits on the number of calls you can do to Betfair API in a second, to help you avoid data charges. See Network.Betfair.Unsafe.
[Skip to Readme]
Modules
- Data
- Data.Bet
- Network
- Network.Betfair
- Network.Betfair.Types
- Network.Betfair.Types.TH
- Network.Betfair.Unsafe
- Network.Betfair.Types
- Network.Betfair
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
toys | Build toys; to test if things work | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- bet-0.1.2.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3 |
---|---|
Dependencies | aeson (>=0.8.0.2 && <1.0), base (>=4.7 && <5.0), bet, bifunctors (>=4.2 && <5.0), binary (>=0.7.1 && <1.0), bytestring (>=0.10 && <1.0), containers (>=0.5 && <1.0), exceptions (>=0.6 && <1.0), HsOpenSSL (>=0.11 && <1.0), http-client (>=0.4.16 && <1.0), http-client-openssl (>=0.2 && <1.0), lens (>=4.6 && <5.0), mtl (>=2.1 && <3.0), semigroupoids (>=4.2 && <6.0), semigroups (>=0.15.4 && <1.0), text (>=1.2 && <2.0), time (>=1.4 && <2.0) [details] |
License | MIT |
Copyright | Copyright (C) 2014-2015 Mikko Juola |
Author | Mikko Juola |
Maintainer | mikjuo@gmail.com |
Category | Network |
Home page | https://github.com/Noeda/bet/ |
Source repo | head: git clone https://github.com/Noeda/bet.git |
Uploaded | by Adeon at 2015-07-27T06:36:59Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | login-test |
Downloads | 4480 total (23 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2015-07-27 [all 9 reports] |