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

Additional Accounts API Calls #36

Closed phillc73 closed 3 years ago

phillc73 commented 3 years ago

The following Accounts API calls exist, but are not yet supported by abettor. Package should be updated to include them.

Soccerama commented 3 years ago

getAccountFundsis already there as checkBalance

phillc73 commented 3 years ago

@Soccerama Well spotted. Can't remember why I changed the name of that now.

Soccerama commented 3 years ago

Have added getAccountDetails function. (It's getAccountFunds that was already there as checkBalance).

Now working on listCurrencyRates

phillc73 commented 3 years ago

Relevant account related calls added.