betfairng
betfairng copied to clipboard
C# API for Betfair API-NG
I've rewritten the AuthClient class to work with .net core but run into an issue with the cert, the problem I have is I'm seeing a betfair response of CERT_AUTH_REQUIRED...
I'm submitting this pull request on behalf of Zac Sky. We have embarked on a project that covers a wide range of BF markets and requires support for BF request...
I was using the BetTargetType/BetTargetSize way of using placeOrders and it was throwing an exception everytime I made the call. Turns out it's because Size shouldn't be featured in the...
Great work on the Library! When I try do a non-interactive Login with BetfairClient.Login if fails with INVALID_USERNAME_OR_PASSWORD even though they are correct. Looking into this it seems the code...
I occasionally get an exception on var book = client.ListMarketBook(markets.Keys.ToList(), this.priceProjection).Result; in MarketListener.cs What would be the best way to handle this exception as it currently crashes the program
Before I go and download OSX equivalents and step back in to the world of .NET, does mono support any of the new fancy stuff you're using?