gbv/cocoda-sdk

[Feature] Retry requests

Closed this issue · 1 comments

This was part of the original BaseProvider, but I removed it because it didn't fit here anymore. It would still be a nice to have though.

I added my own implementation of retrying requests. Fortunately, it's not too complicated and saves us a few KBs in bundle size for not including another library. We can configure the exact parameters later.