betcode-org / betconnect

betconnect - API client
MIT License
7 stars 6 forks source link

Bet request client caching #14

Open varneyo opened 2 years ago

varneyo commented 2 years ago

Possibility of adding in client caching of bet request as second retrieval of bets requires using the bet_request_id.

Options could be to store for X time period, till the start time has passed, etc. Maximum number of bet_request stored.

Is this required or leave it up to the user. Once requested if the bet_request_id is not stored then those results wont be able to be access anymore. Either way as soon as the process is stopped there is no way to re-access those bet requests.