durtal / betfaiR

R package for the Betfair API
http://durtal.github.io/betfaiR/
Other
18 stars 6 forks source link

methods + `betfair` environment #5

Closed durtal closed 7 years ago

durtal commented 8 years ago

At the moment the only way to use the methods is to use them via the betfair function, allow use outside of environment.

Should the environment keep track of queries/requests made?

durtal commented 8 years ago

not a fan of making methods available outside tbh. Also think I could reduce exported functions by not exporting bf_post, bf_parse, etc.

Storing requests and queries is possible, but may be idea to protect this data using users password as previous queries and responses may include sensitive data.