Hi all,
I took the C# sample code, extended it a lot (it covers most of the API, minus the vendor stuff right now) and wrapped it in a TPL/Reactive Extensions concurrency model. You have the choice of using just the BetfairClient class to hit the api-ng endpoints, or a Rx.NET subscription model through the MarketListener class.
Library here on Github: https://github.com/joelpob/betfairng
It looks like api-ng will be moving to a pub/sub reactive model (http://forum.bdp.betfair.com/showthr...lish+subscribe), and using MarketListener will set you up very nicely for that.
Happy to take pull requests.
Enjoy.
I took the C# sample code, extended it a lot (it covers most of the API, minus the vendor stuff right now) and wrapped it in a TPL/Reactive Extensions concurrency model. You have the choice of using just the BetfairClient class to hit the api-ng endpoints, or a Rx.NET subscription model through the MarketListener class.
Library here on Github: https://github.com/joelpob/betfairng
It looks like api-ng will be moving to a pub/sub reactive model (http://forum.bdp.betfair.com/showthr...lish+subscribe), and using MarketListener will set you up very nicely for that.
Happy to take pull requests.
Enjoy.


Comment