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

Move from RCurl to httr for rest of the Betting API functions #27

Closed Soccerama closed 3 years ago

Soccerama commented 3 years ago

Move from RCurl to httr for cancelOrders, listCompetitions, listEventTypes, listEvents, listMarketTypes, listVenues, logoutBF, replaceOrders, updateOrders

Basic testing conducted only. No changes made other than conversion to httr.

This closes issues #24 and #11.