betfairng
betfairng copied to clipboard
but will it work in mono? :P
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?
Mono has all the Rx goodness out of the box, however, the X509Certificate stuff required for BetfairClient.Login didn't seem to be working when I tried it. Couldn't pin down the problem at the time, but my guess is Google will save us. Send me a pull request if you fix it.
I've ported some of your code to nodejs and am having the issue with the X509Certificate stuff now... getting back CERT_AUTH_REQUIRED. I side-stepped the issue by then just trying curl and discovered certs aren't supported in the latest version of curl that is shipped with OSX (--cert and -E don't work). So now back to looking at my node version. Certs are never fun.