phillc73 / abettor

An R package for connecting to the online betting exchange Betfair, via their API-NG product, using JSON-RPC.
Other
51 stars 36 forks source link

Updated listCurrentOrders, listMarketBook, listMarketCatalogue and pl… #26

Closed Soccerama closed 3 years ago

Soccerama commented 3 years ago

Updated listCurrentOrders, listMarketBook, listMarketCatalogue and placeOrders to use httr

Following Betfair switching off support for TLS 1.0, these functions no longer worked. They have been updated to work using httr which includes newer security protocols.

These changes are the minimum required to make the functions work and no other changes have been made.