I have finished the complete port of https://github.com/AlgoTrader/betfair-sports-api Node.js API6 library. It took me a little more than two days.
It supports all the existing JSON RPC API calls and also can login/logout using the original library.
Can I publish it on github?
The overall API impression is very positive. What I do not like most in current API. I think there is no need in numbers like 64.61744000000002, rounding to cents is just fine. I think the names EXECUTABLE and EXECUTION_COMPLETE are very misleading and long, MATCHED and UNMATCHED are much better. I also like to have keep-alive to keep HTTPS connections open for futher reusing
It supports all the existing JSON RPC API calls and also can login/logout using the original library.
Can I publish it on github?
The overall API impression is very positive. What I do not like most in current API. I think there is no need in numbers like 64.61744000000002, rounding to cents is just fine. I think the names EXECUTABLE and EXECUTION_COMPLETE are very misleading and long, MATCHED and UNMATCHED are much better. I also like to have keep-alive to keep HTTPS connections open for futher reusing


Comment